findIsotopes.CAMERA: Identification of Isotopes using the package CAMERA.

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/optimizeXcmsSetParameters.R

Description

This function finds isotopes using CAMERA's find peak function. Isotopes are separately found within each sample.

Usage

1

Arguments

xset

xcmsSet object

...

Additional parameters to the findIsotopes function of CAMERA

Details

Identification of 13C isotopes

Value

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.

Author(s)

Gunnar Libiseller

References

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)

See Also

findIsotopes.IPO

Examples

1
2
3
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)

IPO documentation built on Nov. 8, 2020, 8:31 p.m.