row.cluster | R Documentation |
row cluster a matrix
row.cluster(mat, ..., hc.method = "ward.D2", dist.method = "euclidean")
mat |
input matrix |
... |
extra color bars or matrix that needs row reordered. |
hc.method |
method to use in hclust |
dist.method |
method to use in dist |
a list of clustered row, column and matrix
WHeatmap(row.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.