changeset 1:cb04f3235a4e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 97544038b04c02170ab82877db666fa3022e4469
author iuc
date Tue, 29 Aug 2017 09:02:38 -0400
parents 76380bf74511
children c6bfec911a41
files heatmap2.xml test-data/ggplot_heatmap2_result1.pdf
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/heatmap2.xml	Tue Aug 22 06:42:38 2017 -0400
+++ b/heatmap2.xml	Tue Aug 29 09:02:38 2017 -0400
@@ -70,13 +70,13 @@
 #if $cluster:
     heatmap.2(linput,
         distfun=dist_fun, hclustfun=hclust_fun, scale = '$scale', labRow = rlabs, labCol = clabs,
-        col=colfunc(50), trace="none", density.info = "none", margins=c(8,2),
-        main = '$title', key.xlab='$key', keysize=1)
+        col=colfunc(50), trace="none", density.info = "none", margins=c(8,8),
+        main = '$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45)
 #else
     heatmap.2(linput,
         dendrogram="none", scale = '$scale', labRow = rlabs, labCol = clabs,
-        col=colfunc(50), trace="none", density.info = "none", margins=c(8,2),
-        main='$title', key.xlab='$key', keysize=1)
+        col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), 
+        main='$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45)
 #end if
 
 dev.off()
Binary file test-data/ggplot_heatmap2_result1.pdf has changed