Jean, 
I have attached an example set of data.  The code for reading and
manipulating it before display as a heatmap is as follows:

Apo_Mut<-read.table("Example_Data.txt")
require(cluster)
blah <- agnes(as.matrix(max(Apo_Mut)-Apo_Mut))
blah2<-as.hclust(blah)
LabsDend <- as.dendrogram(blah2)
RowCol<-order.dendrogram(LabsDend)

This should put my previous code into context.  The way the heatmap is
set-up, the labels appear in the graphic, just not when it gets output to
the pdf.  

Thanks, Jacob Example_Data.txt
<http://r.789695.n4.nabble.com/file/n4645953/Example_Data.txt>  



--
View this message in context: 
http://r.789695.n4.nabble.com/Reading-labels-for-very-large-heatmaps-tp4644739p4645953.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to