Description Usage Arguments Details Value Examples
featureList
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
.
1 | 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
1 2 3 4 5 | 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.