row_order-HeatmapList-method: Get row order from a heatmap list

Description Usage Arguments Value Author(s) Examples

Description

Get row order from a heatmap list

Usage

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

Arguments

object

a HeatmapList-class object

Value

A list contains row orders which correspond to the original matrix

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_order(ht_list)
ht = Heatmap(mat, km = 2) + Heatmap(mat)
row_order(ht_list)

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