Get Row Dendrograms from a Heatmap
Get Row Dendrograms from a Heatmap
## S4 method for signature 'Heatmap' row_dend(object)
object |
A |
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 = Heatmap(mat) ht = draw(ht) row_dend(ht) ht = Heatmap(mat, row_km = 2) ht = draw(ht) row_dend(ht)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.