Mercurial > repos > moheydarian > heatmap2
changeset 27:58d77ddee097 draft
Uploaded
author | moheydarian |
---|---|
date | Thu, 27 Apr 2017 15:10:22 -0400 |
parents | b9cb6b047ff8 |
children | f5770916eee3 |
files | heatmap2.R |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/heatmap2.R Thu Apr 27 15:01:47 2017 -0400 +++ b/heatmap2.R Thu Apr 27 15:10:22 2017 -0400 @@ -75,7 +75,7 @@ }else{ dclust = NULL hclust = NULL - dend = dendrogram="none" + dend = "none" } if(options$labels== "both"){ @@ -99,7 +99,7 @@ pdf(file="Rplot.pdf") colorscale heatmap.2(linput, - dclust, hclust, dend, scale = options$scale, labRow = rlabs, labCol = clabs, + dclust, hclust, dendrogram = 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()