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