View source: R/xsGroupExtract.R
xsGroupExtract | R Documentation |
Extract peak-table from an xcmsSet object
xsGroupExtract(xs, intchoice = "into", sampling = 1)
xs |
a xcmsSet object |
intchoice |
the intensity options provided by xcms. Options: "into"(default) -raw peak area, "intb" -baseline corrected peak area, "maxo" - peak height |
sampling |
the way to sampling intensity in each feature group. If 1, sampling mean intensities of all peaks. If 2, sampling the maximum intensity among all peaks. |
a list includes two data.tables. featuretable is the detailed featuretable. credTable is the simplified format credentialing accepts in the next step.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.