Mercurial > repos > moheydarian > heatmap2
changeset 32:d5f333f96a0d draft
Uploaded
author | moheydarian |
---|---|
date | Thu, 27 Apr 2017 15:33:38 -0400 |
parents | 183e7d85e38c |
children | 817f255101c6 |
files | heatmap2.R |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/heatmap2.R Thu Apr 27 15:30:29 2017 -0400 +++ b/heatmap2.R Thu Apr 27 15:33:38 2017 -0400 @@ -75,7 +75,7 @@ }else{ dclust = NULL hclust = NULL - dend = "none" + dend = dendrogram = "none" } if(options$labels== "both"){ @@ -99,7 +99,7 @@ pdf(file="Rplot.pdf") colorscale heatmap.2(linput, - dclust, hclust, scale = options$scale, labRow = rlabs, labCol = clabs, + dclust, hclust, dend, scale = options$scale, labRow = rlabs, labCol = clabs, col=colfunc(50), trace="none", density.info = "none", margins=c(8,2), main = options$title, key.xlab= options$key, keysize=1) dev.off()