View source: R/grouping-functions.R
groupSimilarityMatrixTree | R Documentation |
Searches through a complete clustering tree for branches with internal
distances less than maxDiff
.
groupSimilarityMatrixTree(dists, maxDiff = 1)
dists |
a distance object such as returned by a call to |
maxDiff |
|
The search is performed top-down so that every node is evaluated for qualifying as a group. If the node does not qualify the algorithm iterates to the next node in the tree. If the node qualifies, all members are added as a group to the groups vector and all following child nodes are skipped.
integers
representing groups of peaks based on retention times.
Should be of the same length as the feature definitions.
Johan Lassen
Other grouping operations:
groupClosest()
,
groupConsecutive()
,
groupSimilarityMatrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.