View source: R/formula_filter.R
formula_filter | R Documentation |
This function returns a formulaeFilt object for use with applyFilt
formula_filter(ftmsObj)
ftmsObj |
an object of the class 'peakData' or 'compoundData' |
Object of class 'formulaFilt' that contains the molecule identifier and whether a formula could be assigned or not. This can be used in conjunction with applyFilt
to filter peaks without a formula assigned.
Lisa Bramer
data("examplePeakData")
filter_obj <- formula_filter(examplePeakData)
peakDataFiltered <- applyFilt(filter_obj, examplePeakData, remove="NoFormula")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.