Description Usage Arguments Details See Also Examples
anClique
creates an 'anClique' object from 'xcmsSet' processed m/z data.
1 2 | ## S3 method for class 'xcmsSet'
createanClique(mzData)
|
mzData |
A 'xcmsSet' object with processed m/z data. |
CAMERA package has to be installed to use this method.
1 2 3 4 5 6 | library(cliqueMS)
mzfile <- system.file("standards.mzXML", package = "cliqueMS")
msSet <- xcms::xcmsSet(files = mzfile, method = "centWave",
ppm = 15, peakwidth = c(5,20), snthresh = 10)
ex.anClique <- createanClique.xcmsSet(msSet)
summary(ex.anClique)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.