Description Usage Arguments Value Author(s) Examples
Get column dendrograms from a heatmap
1 2 | ## S4 method for signature 'Heatmap'
column_dend(object)
|
object |
a |
A dendrogram object
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 | mat = matrix(rnorm(100), 10)
ht = Heatmap(mat)
column_dend(ht)
ht = Heatmap(mat, km = 2)
column_dend(ht)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.