heatClus | R Documentation |
Generate clusters from hierarchical heatmap clustering
heatClus(out, level = round(max(out$tree_row$height)))
out |
output from zheat() when retClus=TRUE |
level |
Level to cut the hierarchy tree to genreate clusters. Default is the rounded max tree height. |
Data frame with rownames as genes and a column named "Cluster" indicating the clusters generated. And a figure showing the cut hierarchy tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.