cluster_by_dynamicTreeCut: Cluster similarity matrix by dynamicTreeCut

View source: R/cluster.R

cluster_by_dynamicTreeCutR 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


jokergoo/simplifyEnrichment documentation built on Nov. 3, 2023, 2:57 p.m.