groupFeaturesXCMS3 | R Documentation |
Uses the new xcms3
interface from the xcms package to find features.
groupFeaturesXCMS3(feat, ...)
## S4 method for signature 'features'
groupFeaturesXCMS3(
feat,
rtalign = TRUE,
loadRawData = TRUE,
groupParam = xcms::PeakDensityParam(sampleGroups = analysisInfo(feat)$group),
preGroupParam = groupParam,
retAlignParam = xcms::ObiwarpParam(),
verbose = TRUE
)
## S4 method for signature 'featuresSet'
groupFeaturesXCMS3(
feat,
groupParam = xcms::PeakDensityParam(sampleGroups = analysisInfo(feat)$group),
verbose = TRUE
)
feat |
The |
... |
Further parameters passed to the selected grouping algorithm. |
rtalign |
Set to |
loadRawData |
Set to |
groupParam , retAlignParam |
parameter object that is directly passed to
|
preGroupParam |
grouping parameters applied when features are grouped prior to alignment (only with peak groups alignment). |
verbose |
if |
This function uses XCMS3 to group features. This function is called when calling groupFeatures
with
algorithm="xcms3"
.
Grouping of features and alignment of their retention times are performed with the
xcms::groupChromPeaks
and xcms::adjustRtime
functions, respectively. Both of these functions support an extensive amount of parameters that modify their
behavior and may therefore require optimization.
An object of a class which is derived from featureGroups
.
The featuresSet
method (for sets workflows) returns a
featureGroupsSet
object.
loadRawData
and arguments related to retention time alignment are currently not
supported for sets workflows.
xcms1
\addCitationsxcms2
\addCitationsxcms3
groupFeatures
for more details and other algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.