plotColorUnderTree(dendro, colors, rowLabels = NULL, cex.rowLabels = 1, colorText = NULL, ...)
hclust
.colors
. The labels will be printed to the
left of the color rows in the plot. If the argument is given, it must be a vector of length
equal to the number of columns in colors
. If not given, par
.colors
. Each label that occurs will be displayed
once.main
for the main
title etc).plot(hclust)
) in the upper section and use this function
to plot color annotation in the order corresponding to the dendrogram in the lower section.cutreeDynamic
for module detection in a dendrogram;
plotDendroAndColors
for automated plotting of dendrograms and colors in one step.