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!).
selectSpectra(s, property, value = "logical")
"selectSpectra"(s, property, value = "logical")
"selectSpectra"(s, property, value = "logical")
RmbSpectraSetList
or msmsWorkspace
to select RmbSpectraSet
s from.found
, complete
or empty
)logical
if a TRUE/FALSE
list should be returned; index
if a vector of matching indices should be returned,
object
if matching objects should be returned, mismatch
if mismatching objects should be returned.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