normalizeByBiomass(inputData, biomass, save = TRUE, folder, output = "norm_bio")
MetReport
. Alternatively, inputData takes an R vector containing the desired data frame.
htest
,
MetReport
,
MetReportNames
,
normalizeByInternalStandard
,
removeFalsePositives
,
buildLib
### Load the inputData ###
data(exampleMetReport)
### Load the list of biomasses ###
data(exampleBiomass)
### Normalize ####
normalizedData <- normalizeByBiomass(exampleMetReport, biomass = exampleBiomass, save = FALSE)
### Show results ###
print(normalizedData)
Run the code above in your browser using DataLab