Description Usage Arguments Details Value Author(s) See Also Examples
Run CAMERA package with settings from the settings list (see
FEMsettings
). Works both for LC and GC. Not meant to be called
directly by the user.
1 |
xset |
For LC, an |
chrom |
The type of chromatography. Either "LC" or "GC". |
settings |
The subset of settigs contained into the "CAMERA" element of the settings list. |
polarity |
The polarity of the injection, used by CAMERA to look for common adducts. |
quick |
Only relevant for LC data.
If |
In the case of LC the function is used in data analysis and DB
creation. In the first case, it increases the level of the annotation
and it it, by default, run with quick
= TRUE
. For DB
creation, the grouping of the features into "pcgroups" (features with
similar retention time) is used to choose the features to be included
into the database. In this case camera is run with quick
=
FALSE
: quick
determines whether or not the correlation
among the extracted ion chromatograms should be used to "validate" the
pcgroups.
For GC data, only the grouping done by groupFWHM
is performed:
basically this clusters peaks with a similar retention time.
An annotated xcmsSet object (an object of class CAMERA).
Ron Wehrens and Pietro Franceschi
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.