Displaying 1 result from an estimated 1 matches for "heatmap_bin20".
Did you mean:
heatmap_bin17
2012 Nov 07
1
Issues with Heat Map Images
...ey=FALSE, density.info="none", trace="none", margins=c(10,10),
cexRow=0.5)
jpeg("Heatmap_bin17.jpeg", width=8, height=8, units="in", res=300,
quality=100)
The heat map looks like this (with red green coloring):
<http://r.789695.n4.nabble.com/file/n4648806/Heatmap_bin20.jpeg>
I fixed the margin issues (not seen in image), but I would like on the right
axis to have the list of gene names so I can pull out the important genes
based on the cluster analysis and heat map. Also, when I try and output the
figure as a jpeg the jpeg file is found in the correct folde...