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