View source: R/optimizeXcmsSetParameters.R
findIsotopes.CAMERA | R Documentation |
This function finds isotopes using CAMERA's find peak function. Isotopes are separately found within each sample.
findIsotopes.CAMERA(xset, ...)
xset |
|
... |
Additional parameters to the findIsotopes function of CAMERA |
Identification of 13C isotopes
An matrix with 2 columns. Column one shows the peak id of the 12C, peak column two shows the id of the respective 13C isotope peak.
Gunnar Libiseller
C. Kuhl and R. Tautenhahn and C. Boettcher and T. R. Larson and S. Neumann: CAMERA: an integrated strategy for compound spectra extraction and annotation of liquid chromatography/mass spectrometry data sets Analytical Chemistry 84:283 (2012)
findIsotopes.IPO
mzmlfile <- file.path(find.package("msdata"), "microtofq/MM14.mzML") xset <- xcmsSet(mzmlfile, peakwidth=c(5,12), method="centWave") isotopes <- findIsotopes.CAMERA(xset, ppm=15, maxcharge=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.