selectPeaks {RMassBank} | R Documentation |
Selects peaks from aggregate table according to different criteria.
selectPeaks(o, ...) ## S4 method for signature 'data.frame' selectPeaks(o, good = FALSE, bad = FALSE, cleaned = FALSE, best = FALSE) ## S4 method for signature 'msmsWorkspace' selectPeaks(o, ...)
o |
|
... |
no additional parameters |
good |
if |
bad |
if |
cleaned |
if |
best |
if |
Peak dataframe according to the specified criteria.
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
stravsmi