Get Row Order from a Heatmap List
Get Row Order from a Heatmap List
## S4 method for signature 'HeatmapList' row_order(object, name = NULL)
object |
A |
name |
Name of a specific heatmap. |
The format of the returned object depends on whether rows/columns of the heatmaps are split.
Zuguang Gu <z.gu@dkfz.de>
mat = matrix(rnorm(100), 10) ht_list = Heatmap(mat) + Heatmap(mat) ht_list = draw(ht_list) row_order(ht_list) ht_list = Heatmap(mat, row_km = 2) + Heatmap(mat) ht_list = draw(ht_list) row_order(ht_list) ht_list = Heatmap(mat, row_km = 2) %v% Heatmap(mat) ht_list = draw(ht_list) row_order(ht_list)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.