column.cluster | R Documentation |
column cluster a matrix
column.cluster(mat, ..., hc.method = "ward.D2", dist.method = "euclidean")
mat |
input matrix |
... |
extra color bars or matrix that needs column reordered |
hc.method |
method to use in hclust |
dist.method |
method to use in dist |
a list of clustered row, column and matrix
WHeatmap(column.cluster(matrix(rnorm(100),nrow=10))$mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.