### 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