row_dend-HeatmapList-method.Rd
Get Row Dendrograms from a Heatmap List
# S4 method for HeatmapList row_dend(object, name = NULL)
object | A |
---|---|
name | Name of a specific heatmap. |
The format of the returned object depends on whether rows/columns of the heatmaps are split.
row_dend(ht_list)#> 'dendrogram' with 2 branches and 10 members total, at height 6.001148row_dend(ht_list)#> $`1` #> 'dendrogram' with 2 branches and 6 members total, at height 5.060397 #> #> $`2` #> 'dendrogram' with 2 branches and 4 members total, at height 4.86746 #>row_dend(ht_list)#> $matrix_45 #> $matrix_45$`1` #> 'dendrogram' with 2 branches and 6 members total, at height 5.060397 #> #> $matrix_45$`2` #> 'dendrogram' with 2 branches and 4 members total, at height 4.86746 #> #> #> $matrix_46 #> $matrix_46[[1]] #> 'dendrogram' with 2 branches and 10 members total, at height 6.001148 #> #>