Description Usage Arguments Value Methods (by class) Author(s)
From a list of RmbSpectraSet
s, returns the spectra which match a criterion (found, complete, empty as in checkSpectra
).
This can be returned either as a TRUE/FALSE
vector, as a vector of indices for matching elements, as a vector of RmbSpectraSet
objects
matching the conditions, or as a vector of RmbSpectraSet
objects NOT matching the conditions (sic!).
1 2 3 4 5 6 7 | selectSpectra(s, property, value = "logical")
## S4 method for signature 'RmbSpectraSetList,character'
selectSpectra(s, property, value = "logical")
## S4 method for signature 'msmsWorkspace,character'
selectSpectra(s, property, value = "logical")
|
s |
The |
property |
The property to check ( |
value |
|
As described above.
s = RmbSpectraSetList,property = character
: A method for selecting spectra from a spectra set list
s = msmsWorkspace,property = character
: A method for selecting spectra from an msmsWorkspace
stravsmi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.