row_dend-HeatmapList-method: Get row dendrograms from a heatmap list

Description Usage Arguments Value Author(s) Examples

Description

Get row dendrograms from a heatmap list

Usage

1
2
## S4 method for signature 'HeatmapList'
row_dend(object)

Arguments

object

a HeatmapList-class object

Value

A list of dendrograms for which each dendrogram corresponds to a row slice

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
3
4
5
mat = matrix(rnorm(100), 10)
ht_list = Heatmap(mat) + Heatmap(mat)
row_dend(ht_list)
ht_list = Heatmap(mat, km = 2) + Heatmap(mat)
row_dend(ht_list)

eilslabs/ComplexHeatmap documentation built on May 16, 2019, 1:21 a.m.