[R] heatmap on pre-established hclust output?

James W. MacDonald jmacdon at med.umich.edu
Fri May 16 18:28:08 CEST 2008


You just have to pass in the *dendrogram* to heatmap() or heatmap.2().

So if you have an hclust object for the rows and columns (called, say 
rhclust and chclust):

heatmap(datamatrix, Rowv = as.dendrogram(rhclust), Colv = 
as.dendrogram(chclust), otherargs)

Best,

Jim



Johannes Graumann wrote:
> Hi,
> 
> Can someone please guide me towards how to produce "heatmap" output from the
> output of "hclust" run prior to the actual "heatmap" call? I have some
> rather lengthy clustering going on and tweeking the visual output
> with "heatmap" recalculating the clustering every time is not feasible.
> 
> Thanks, Joh
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-- 
James W. MacDonald, M.S.
Biostatistician
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623



More information about the R-help mailing list