cluster_by_dynamicTreeCut {simplifyEnrichment}R Documentation

Cluster similarity matrix by dynamicTreeCut

Description

Cluster similarity matrix by dynamicTreeCut

Usage

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


[Package simplifyEnrichment version 1.2.0 Index]