mass_filter | R Documentation |
Subset data based on specified range of mass values
mass_filter(ftmsObj)
ftmsObj |
an object of class 'peakData' or 'compoundData', typically a result of |
Use this in conjunction with applyFilt
to retain peaks which have a mass between min_mass
and max_mass
(inclusive) and filter all other peaks from the data.
an object of class 'massFilt'
Lisa Bramer
data("examplePeakData")
filter_obj <- mass_filter(examplePeakData)
peakDataFiltered <- applyFilt(filter_obj, examplePeakData, min_mass=200, max_mass=900)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.