Description Usage Arguments Value Author(s) See Also Examples
Removes known electronic noise peaks from a peak table
1 2 | cleanElnoise(peaks, noise=getOption("RMassBank")$electronicNoise,
width = getOption("RMassBank")$electronicNoiseWidth)
|
peaks |
An aggregated peak frame as described in |
noise |
A numeric vector of known m/z of electronic noise peaks from the instrument Defaults to the entries in the RMassBank settings. |
width |
The window for the noise peak in m/z units. Defaults to the entries in the RMassBank settings. |
Extends the aggregate data frame by column noise
(logical), which is TRUE
if the peak is marked as noise.
Michael Stravs
1 2 3 4 5 6 | # As used in the workflow:
## Not run:
w@aggregated <-
cleanElnoise(w@aggregated)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.