removeFalsePositives(
inputData,
truePercentage = 50,
Name_medium_condition = "none",
truePercentageMedium = 50,
save = TRUE,
folder,
output = "NoFalse"
)
MetReport
. Alternatively, inputData takes an R vector containing the desired data frame.
htest
,
MetReport
,
MetReportNames
,
normalizeByBiomass
,
normalizeByInternalStandard
,
buildLib
### Load the inputData ###
data(exampleMetReport)
### Normalize ####
normalizedData <- removeFalsePositives(exampleMetReport, truePercentage = 40, save = FALSE)
##################
# The abundances of compound Zylene3 will be replaced by NA in samples from experimental
#condition 50ul, as it is present in less than 40 per cent of the samples from this
#experimental condition.
### Show results ####
print(normalizedData)
Run the code above in your browser using DataLab