Description Usage Arguments Value Methods (by class) Author(s)
Select matching/unmatching peaks from aggregate table
1 2 3 4 5 6 7 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.