Description Usage Arguments Value Author(s) Examples
Get column dendrograms from a heatmap list
1 2 | ## 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>
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.