View source: R/Functions_xcmsRunner.R
cameraWrapper | R Documentation |
converts a XCMSnExp
object to xcmsSet
, then consecutively calls
xsAnnotate
, groupFWHM
, groupCorr
, findIsotopes
and
findAdducts
from the CAMERA
package, and finally adds an entry to
its .processHistory
slot.
cameraWrapper( xset, polarity = NULL, sigma = 6, perfwhm = 0.6, cor_eic_th = 0.75, pval = 0.05, maxcharge = 3, maxiso = 4, ppm = 5, mzabs = 0.01, minfrac = 0.5, filter = TRUE, workers = 1 )
xset |
a |
polarity |
passed on to |
sigma |
passed on to |
perfwhm |
passed on to |
cor_eic_th |
passed on to |
pval |
passed on to |
maxcharge |
passed on to |
maxiso |
passed on to |
ppm |
passed on to |
mzabs |
passed on to |
minfrac |
passed on to |
filter |
passed on to |
workers |
number of workers, passed on to |
an xsAnnotate
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.