Hi All

I am trying to generate a heatmap for a matrix of 360 rows and 11 columns,
I need the row labels to be readable from within the heatmap by zooming or
so. I use heatmap.2 function but when I decrease cexRow to any value lower
than 0.06, the labels just disappear, i.e. they don't get any smaller. I
also tried the margins argument within heatmap.2 function but this didn't
solve the problem.

Any help with this regards ??

heatmap.2(as.matrix(bb), scale="row", key=TRUE, symkey=FALSE,
density.info="none",
trace="none", cexRow=0.06, cexCol=0.2, dendrogram="both", Rowv=rowv,
col=brewer.pal(9,"BuPu"))

Thanks a lot
Alyaa

-- 
Alyaa Mahmoud

"Love all, trust a few, do wrong to none"- Shakespeare

	[[alternative HTML version deleted]]

