groupFeaturesKPIC2 | R Documentation |
Uses the the KPIC2 R package for grouping of features.
groupFeaturesKPIC2(feat, ...)
## S4 method for signature 'features'
groupFeaturesKPIC2(
feat,
rtalign = TRUE,
loadRawData = TRUE,
groupArgs = list(tolerance = c(0.005, 12)),
alignArgs = list(),
verbose = TRUE
)
## S4 method for signature 'featuresSet'
groupFeaturesKPIC2(
feat,
groupArgs = list(tolerance = c(0.005, 12)),
verbose = TRUE
)
feat |
The |
... |
Further parameters passed to the selected grouping algorithm. |
rtalign |
Set to |
loadRawData |
Set to |
groupArgs , alignArgs |
Named |
verbose |
if |
This function uses KPIC2 to group features. This function is called when calling groupFeatures
with
algorithm="kpic2"
.
Grouping of features and alignment of their retention times are performed with the
KPIC::PICset.group
and KPIC::PICset.align
functions, respectively.
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.
Ji2017patRoon
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.