groupFeaturesXCMS | R Documentation |
Group and align features with the legacy xcmsSet
function from the xcms package.
groupFeaturesXCMS(feat, ...)
## S4 method for signature 'features'
groupFeaturesXCMS(
feat,
rtalign = TRUE,
loadRawData = TRUE,
groupArgs = list(mzwid = 0.015),
retcorArgs = list(method = "obiwarp"),
verbose = TRUE
)
## S4 method for signature 'featuresSet'
groupFeaturesXCMS(feat, groupArgs = list(mzwid = 0.015), verbose = TRUE)
feat |
The |
... |
Further parameters passed to the selected grouping algorithm. |
rtalign |
Set to |
loadRawData |
Set to |
groupArgs |
named |
retcorArgs |
named |
verbose |
if |
This function uses XCMS to group features. This function is called when calling groupFeatures
with
algorithm="xcms"
.
Grouping of features and
alignment of their retention times are performed with the xcms::group
and
xcms::retcor
functions, respectively. Both functions have an extensive list of
parameters to modify their behavior and may therefore be used to potentially optimize results.
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.