Description Usage Arguments Value Methods (by class) Author(s)
Selects peaks from aggregate table according to different criteria.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | selectPeaks(o, ...)
## S4 method for signature 'RmbSpectrum2'
selectPeaks(o, filter, ..., enclos = parent.frame(2))
## S4 method for signature 'RmbSpectrum2List'
selectPeaks(o, ..., enclos = parent.frame(2))
## S4 method for signature 'RmbSpectraSetList'
selectPeaks(o, ..., enclos = parent.frame(2))
## S4 method for signature 'data.frame'
selectPeaks(o, filter, ..., enclos = parent.frame(2))
## S4 method for signature 'msmsWorkspace'
selectPeaks(o, ..., enclos = parent.frame(2))
## S4 method for signature 'RmbSpectrum2List,numeric,numeric'
cleanElnoise(
peaks,
noise = getOption("RMassBank")$electronicNoise,
width = getOption("RMassBank")$electronicNoiseWidth
)
|
o |
|
... |
no additional parameters |
good |
if |
bad |
if |
cleaned |
if |
best |
if |
Peak dataframe according to the specified criteria.
RmbSpectrum2
: A method to filter spectra to the specified peaks
RmbSpectrum2List
: A method to filter spectra to the specified peaks
RmbSpectraSetList
: A method to filter spectra to the specified peaks
data.frame
: A method to retrieve the specified peaks from the "aggregated" slot (a data.frame object) in an msmsWorkSpace
msmsWorkspace
: A method to retrieve the specified peaks from an msmsWorkSpace
peaks = RmbSpectrum2List,noise = numeric,width = numeric
: A method to filter spectra to the specified peaks
stravsmi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.