selectPeaks {RMassBank} | R Documentation |
Selects peaks from aggregate table according to different criteria.
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