Cluster similarity matrix by dynamicTreeCut

cluster_by_dynamicTreeCut(mat, minClusterSize = 5, ...)

Arguments

mat

The similarity matrix.

minClusterSize

Minimal number of objects in a cluster. Pass to cutreeDynamic.

...

Other arguments passed to cutreeDynamic.

Value

A vector of cluster labels (in numeric).

Examples

# There is no example
NULL
#> NULL