compHclust.heatmap(x, xhc, gi, d.title = "Cluster Dendrogram",
hm.lab = TRUE, hm.lab.cex = 1, d.ht = 0.25,
gi.width = 0.5, d.mar = c(0, 4, 4, 2),
hm.mar = c(5, 4, 2, 2))
hclust
, specifically, a hierarchical
clustering of the columns of X.compHclust
.layout
.layout
.par
.par
.compHclust
, this function displays a heat map of X
with a dendrogram above and a bar plot of the relative gene importances
to the right. The columns of X are reordered to correspond with the
leaves of the dendrogram.This function can be fragile - depending on the dimensions of X,
some of the arguments such as the margins, heights and widths of the
plotting regions may need to be tweaked in order for the figure to
look nice. However, it provides a quick and easy way of displaying
the output of compHclust
and seeing which genes (rows)
may be most influential in the clustering of the samples (columns).
For examples of its usage, see the help file for
compHclust
.
compHclust