Description Usage Arguments Details Author(s) Examples
The spawned slaves processes, which are created within the parallel mode, are closed explicit.
1 | cleanParallel(object)
|
object |
xsAnnotate object |
The function needs a xsAnnotate object after groupCorr or groupFWHM. The resulting object is a artificial xcmsSet, where the peaks with the specific neutral loss are stored in xcmsSet@peaks.
Carsten Kuhl <ckuhl@ipb-halle.de>
1 2 3 4 5 6 7 8 9 | ## Not run: library(CAMERA)
file <- system.file('mzdata/MM14.mzdata', package = "CAMERA")
xs <- xcmsSet(file, method="centWave", ppm=30, peakwidth=c(5,10))
an <- xsAnnotate(xs, polarity="positive", nSlaves=2)
an <- groupFWHM(an)
an <- findAdducts(an)
cleanParallel(an)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.