Mercurial > repos > moheydarian > heatmap2
changeset 22:57d5cb9afd98 draft
Uploaded
author | moheydarian |
---|---|
date | Thu, 27 Apr 2017 13:57:08 -0400 |
parents | 11a2825e7c5a |
children | 51e492517b0d |
files | heatmap2.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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()