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