Description Usage Arguments Details Author(s) Examples
Extract group(s) from a xsAnnotate object. Returns a peaklist as matrix with annotated peaks.
1 | getpspectra(object, grp)
|
object |
xsAnnotate object |
grp |
index of pseudo-spectra-group |
xsAnnotate groups LC/MS Peaklist after there EIC correlation and FWHM. These function extract one or more of these so called "pseudo spectra groups" with include the peaklist with there annotations. The annotation depends on a before called findAdducts() ( and findIsotopes() ).
Important: The indices for the isotopes, are those from the whole peaklist. See getPeaklist()
.
Carsten Kuhl <ckuhl@ipb-halle.de>
1 2 3 4 5 6 7 8 9 | library(CAMERA)
file <- system.file('mzdata/MM14.mzdata', package = "CAMERA")
xs <- xcmsSet(c(file), method="centWave", ppm=30, peakwidth=c(5,10))
an <- xsAnnotate(xs)
an <- groupFWHM(an)
#For one group
peaklist <- getpspectra(an, 1)
#For two groups
peaklist <- getpspectra(an, c(1,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.