Plot color rows corresponding to modules
Plot color bars corresponding to modules, usually beneath a dendrogram.
plotHclustColors(dendro, colors, rowLabels = NULL, cex.rowLabels = 0.9, ...)
dendro |
A dendrogram such as returned by |
colors |
Coloring of objects on the dendrogram. Either a vector (one color per object) or a matrix (can also be an array or a data frame) with each column giving one color per object. Each column will be plotted as a horizontal row of colors under the dendrogram. |
rowLabels |
Labels for the colorings given in |
cex.rowLabels |
Font size scale factor for the row labels. See |
... |
Other parameters to be passed on to the plotting method (such as |
It is often useful to plot module assignment (by color) that was obtained by cutting a hierarchical
dendrogram, to visually check whether the obtained modules are meaningful, or which one of several
possible module assignments looks best. One way to do it to section the screen into two parts, plot the
dendrogram (via plot(hclust)
) in the upper section and use this function to plot colors in the
order corresponding to the dendrogram in the lower section.
None.
Steve Horvath SHorvath@mednet.ucla.edu and Peter Langfelder Peter.Langfelder@gmail.com
cutreeDynamic
for module detection in a dendrogram.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.