changeset 19:d3e13bf56f72 draft

Uploaded
author moheydarian
date Thu, 27 Apr 2017 13:43:32 -0400
parents 86da3fde9e5a
children 2c2a001e4c73
files heatmap2.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/heatmap2.R	Thu Apr 27 13:41:52 2017 -0400
+++ b/heatmap2.R	Thu Apr 27 13:43:32 2017 -0400
@@ -98,6 +98,6 @@
 colorscale
 heatmap.2(linput,
           dclust, hclust, scale = options$scale, rlabs,clabs,
-          col=colfunc(50), trace="none", density.info = "none", labs, margins=c(8,2),
+          col=colfunc(50), trace="none", density.info = "none", margins=c(8,2),
           main = options$title, key.xlab= options$key, keysize=1)
 dev.off()