Description Usage Arguments Details Value Author(s) See Also Examples
Filters a peak table (with annotated formulas) for accuracy. Low-accuracy peaks are removed.
1 | filterLowaccResults(peaks, mode="fine", filterSettings = getOption("RMassBank")$filterSettings)
|
peaks |
A data frame with at least the columns |
mode |
|
filterSettings |
Settings for filtering. For details, see documentation of
|
In the coarse
mode, mass tolerance is set to 10 ppm (above m/z 120)
and 15 ppm (below m/z 120). This is useful for formula assignment before
recalibration, where a wide window is desirable to accomodate the high mass
deviations at low m/z values, so we get a nice recalibration curve.
In the fine
run, the mass tolerance is set to 5 ppm over the whole
mass range. This should be applied after recalibration.
A list(TRUE = goodPeakDataframe, FALSE = badPeakDataframe)
is
returned: A data frame with all peaks which are "good" is in
return[["TRUE"]]
.
Michael Stravs
analyzeMsMs
, filterPeakSatellites
1 2 | # from analyzeMsMs:
## Not run: childPeaksFilt <- filterLowaccResults(childPeaksInt, filterMode)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.