peaksMatched {RMassBank} | R Documentation |
Select matching/unmatching peaks from aggregate table
peaksMatched(o) ## S4 method for signature 'data.frame' peaksMatched(o) ## S4 method for signature 'msmsWorkspace' peaksMatched(o)
o |
Workspace or aggregate table from a workspace |
Selects the peaks from the aggregate table which matched within filter criteria (peaksMatched
) or didn't match
(peaksUnmatched
).
peaksMatched,data.frame-method
: A method to retrieve the matched peaks from the "aggregated" slot (a data.frame object) in an msmsWorkSpace
peaksMatched,msmsWorkspace-method
: A method to retrieve the matched peaks from an msmsWorkSpace
stravsmi