Description Usage Arguments Value Author(s) See Also Examples
View source: R/processStandards.R
Peak picking and further processing for raw data of pure
standards, including CAMERA processing. This function is not meant to be
called directly - use createSTDdbLC
or createSTDdbGC
instead.
1 | processStandards(stdInfo, settings, polarity = NULL, nSlaves)
|
stdInfo |
Object describing the pure standards: a data.frame containing, e.g., the name of the file, the name of the standard, descriptors like CAS or Chemspider IDs, etcetera. |
settings |
Settings list, containing sublists for peak picking and CAMERA grouping (GC-MS) or annotation (LC-MS). |
polarity |
Polarity of the analysis (used for CAMERA). Possible values are “positive” or “negative”. Ignored for GC-MS. |
nSlaves |
Number of cores to be used in peak picking. |
A list of CAMERA objects resulting from the analysis of the
standard injections listed in the stdInfo
table.
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.