groupFeaturesOpenMS | R Documentation |
Group and align features with OpenMS tools
groupFeaturesOpenMS(feat, ...)
## S4 method for signature 'features'
groupFeaturesOpenMS(
feat,
rtalign = TRUE,
QT = FALSE,
maxAlignRT = 30,
maxAlignMZ = 0.005,
maxGroupRT = 12,
maxGroupMZ = 0.005,
extraOptsRT = NULL,
extraOptsGroup = NULL,
verbose = TRUE
)
feat |
The |
... |
Further parameters passed to the selected grouping algorithm. |
rtalign |
Set to |
QT |
If enabled, use |
maxAlignRT , maxAlignMZ |
Used for retention alignment. Maximum retention time or m/z difference (seconds/Dalton)
for feature pairing. Sets |
maxGroupRT , maxGroupMZ |
as |
extraOptsRT , extraOptsGroup |
Named |
verbose |
if |
This function uses OpenMS to group features. This function is called when calling groupFeatures
with
algorithm="openms"
.
Retention times may be aligned by the MapAlignerPoseClustering TOPP tool. Grouping is achieved by either the FeatureLinkerUnlabeled or FeatureLinkerUnlabeledQT TOPP tools.
An object of a class which is derived from featureGroups
.
The featuresSet
method (for sets workflows) returns a
featureGroupsSet
object.
Rst2016patRoon
pugixml (via Rcpp) is used to process OpenMS XML output.
\addCitationsRcpp1
\addCitationsRcpp2
\addCitationsRcpp3
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.