| featureList | R Documentation |
data.frame with feature information from list of
MS2spectrum objectsfeatureList generates a data.frame that contains feature ID,
precurosur m/z and retention time for all features contained in a
list of MS2spectrum objects as produced by extractMS2spectra
and mergeSpecList. featureList is used internally by
writeFeaturelist.
featureList(featlist)
featlist |
A list of |
Although originally designed for lists of MS2spectrum
objects, the function also works with lists of pseudospectrum
objects. In this case, NA is given for precursor m/z.
A data.frame that contains feature ID, precurosur m/z
(if available) and retention time
load(file = system.file("extdata",
"featlist.RData",
package = "CluMSIDdata"))
pre_anno <- featureList(featlist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.