dendrogram_basic: Make a basic dendrogram

Description Usage Arguments

View source: R/dendrogram_basic.R

Description

This function makes a basic dendrogram using the seriation methods provided by the seriation package

This function should be only called from internal.

Usage

1
dendrogram_basic(data, row.wise = TRUE, seriate = "OLO")

Arguments

data

the data.

row.wise

logic value. If true the row wise dendrogram will be returned.

seriate

character. Seriate method to use. "OLO" seems to find the order of samples (rows or columns) that makes the heatmap with a more clear pattern. "HC" is the regular hierarchical clustring.


zhuchcn/zheatmap documentation built on July 18, 2019, 3:14 p.m.