purity_cut: purity_cut

Description Usage Arguments Value

View source: R/cluster_map.R

Description

Cut hierarchical clustering dendrogram by edge length and purity of the nodes.

Usage

1
purity_cut(hcluster, cutoff = 0.1)

Arguments

hcluster

A hclust object.

cutoff

The edge length cutoff to decide the sub-nodes to merge or not. DEFAULT is 0.1.

Value

A dataframe of the matching results.


xgaoo/ClusterMap documentation built on Oct. 9, 2021, 5:31 a.m.