hclust_tree: Build the hierarchical clustering tree.

View source: R/hclustTree.R

hclust_treeR Documentation

Build the hierarchical clustering tree.

Description

Hierarchical clustering with Fisher's test p-values as distance matrix. Also add feature coverage information for each node in the tree.

Usage

hclust_tree(pinmat, mat_fdr, mat_dist, hc_method = "average")

Arguments

pinmat

The incidence table generated by findpins.

mat_fdr

The FDR matrix generated by fdr_fisherPV

mat_dist

The dissmilarity based on Fisher's test p-values for hierarchical clustering.

hc_method

Default: average

Value

A hclust objects with new items added.


ananjysong/SCclust documentation built on April 18, 2022, 10:06 p.m.