column_dend-Heatmap-method.Rd
Get Column Dendrograms from a Heatmap
# S4 method for Heatmap column_dend(object)
object | A |
---|
The format of the returned object depends on whether rows/columns of the heatmaps are split.
column_dend(ht)#> 'dendrogram' with 2 branches and 10 members total, at height 5.908676column_dend(ht)#> $`1` #> 'dendrogram' with 2 branches and 6 members total, at height 5.321337 #> #> $`2` #> 'dendrogram' with 2 branches and 4 members total, at height 4.697145 #>