row_order-Heatmap-method: Get row order from a heatmap

Description Usage Arguments Value Author(s) Examples

Description

Get row order from a heatmap

Usage

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

Arguments

object

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

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