hclust_tree: Build the hierarchical clustering tree.

Description Usage Arguments Value

View source: R/hclust_tree.R

Description

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

Usage

1
hclust_tree(pinmat, mat_fdr, mat_dist, hcmethod = "average")

Arguments

pinmat

The incidence table generated by calc_pinmat.

mat_fdr

The FDR matrix generated by fisher_fdr

mat_dist

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

hcmethod

Default: average

Value

A hclust objects with new items added.


KrasnitzLab/SCclust documentation built on Dec. 11, 2021, 5:12 p.m.