View source: R/hclust.grouping.R
hclust.grouping | R Documentation |
Internal function in the PeakGrouper function for generating the hierarchical clustering tree and cutting it.
hclust.grouping( current.peaks, min.samp.grp = 1, max.dupli.prop = 0.25, maxClust = 10, linkage = "average" )
current.peaks |
A number of neighbouring peaks to be grouped. |
min.samp.grp |
The minimal amount of samples needed to form a group. |
max.dupli.prop |
The maximal duplication proportion allowed for a group to be considered a single group. |
maxClust |
The maximum number of clusters (depth of the tree). |
linkage |
The linkage to be used in the hierarchical clustering. See the 'method' argument in hclust. |
Returns a data frame with grouped peaks.
Charlie Beirnaert, charlie.beirnaert@uantwerpen.be
PeakGrouper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.