changeset 31:183e7d85e38c draft

Uploaded
author moheydarian
date Thu, 27 Apr 2017 15:30:29 -0400
parents 175c65aca87a
children d5f333f96a0d
files heatmap2.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/heatmap2.R	Thu Apr 27 15:25:28 2017 -0400
+++ b/heatmap2.R	Thu Apr 27 15:30:29 2017 -0400
@@ -99,7 +99,7 @@
 pdf(file="Rplot.pdf")
 colorscale
 heatmap.2(linput,
-          dclust, hclust, dendrogram = dend, scale = options$scale, labRow = rlabs, labCol = clabs,
+          dclust, hclust, 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()