column.cluster {wheatmap} | R Documentation |
column cluster a matrix
Description
column cluster a matrix
Usage
column.cluster(mat, ..., hc.method = "ward.D2", dist.method = "euclidean")
Arguments
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 |
Value
a list of clustered row, column and matrix
Examples
WHeatmap(column.cluster(matrix(rnorm(100),nrow=10))$mat)
[Package wheatmap version 0.2.0 Index]