Mercurial > repos > moheydarian > heatmap2
diff heatmap2.R @ 22:57d5cb9afd98 draft
Uploaded
author | moheydarian |
---|---|
date | Thu, 27 Apr 2017 13:57:08 -0400 |
parents | 2c2a001e4c73 |
children | 51e492517b0d |
line wrap: on
line diff
--- a/heatmap2.R Thu Apr 27 13:54:23 2017 -0400 +++ b/heatmap2.R Thu Apr 27 13:57:08 2017 -0400 @@ -99,7 +99,7 @@ pdf(file="Rplot.pdf") colorscale heatmap.2(linput, - dclust, hclust, rowd, cold, scale = options$scale, rlabs,clabs, + dclust, hclust, rowd, cold, scale = options$scale, rlabs, clabs, col=colfunc(50), trace="none", density.info = "none", margins=c(8,2), main = options$title, key.xlab= options$key, keysize=1) dev.off()