powered by
column cluster a matrix
column.cluster(mat, ..., hc.method = "ward.D2", dist.method = "euclidean")
input matrix
extra color bars or matrix that needs column reordered
method to use in hclust
method to use in dist
a list of clustered row, column and matrix
# NOT RUN { WHeatmap(column.cluster(matrix(rnorm(100),nrow=10))$mat) # }
Run the code above in your browser using DataLab