column_dend-HeatmapList-method {ComplexHeatmap} | R Documentation |
Get column dendrograms from a heatmap list
## S4 method for signature 'HeatmapList' column_dend(object)
object |
a |
A list of dendrograms for which dendrogram corresponds to each matrix
Zuguang Gu <z.gu@dkfz.de>
mat = matrix(rnorm(100), 10) ht_list = Heatmap(mat) + Heatmap(mat) column_dend(ht_list) ht_list = Heatmap(mat, km = 2) + Heatmap(mat) column_dend(ht_list)