search for: heatmap_bin17

Displaying 1 result from an estimated 1 matches for "heatmap_bin17".

2012 Nov 07
1
Issues with Heat Map Images
...<- data.matrix(heatdata) rownames(heatdata_matrix) = paste("Gene", 2:655) x11() data_heatmap <- heatmap.2(heatdata_matrix, col=redblue(75), scale="row", key=TRUE, symkey=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...