Mercurial > repos > moheydarian > heatmap2
diff heatmap2.R @ 35:c1f0f262836a draft default tip
Uploaded
author | moheydarian |
---|---|
date | Fri, 28 Apr 2017 14:00:44 -0400 |
parents | 4d73dafc7bf4 |
children |
line wrap: on
line diff
--- a/heatmap2.R Thu Apr 27 15:58:19 2017 -0400 +++ b/heatmap2.R Fri Apr 28 14:00:44 2017 -0400 @@ -102,7 +102,7 @@ main = options$title, key.xlab= options$key, keysize=1) }else{ heatmap.2(linput, - dendrogram="none", scale = options$scale, labRow = rlabs, labCol = clabs, + dendrogram="none", Rowv=NA, Colv=NA, 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) }