Repository 'ggplot2_heatmap2'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/ggplot2_heatmap2

Changeset 1:cb04f3235a4e (2017-08-29)
Previous changeset 0:76380bf74511 (2017-08-22) Next changeset 2:c6bfec911a41 (2018-06-11)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 97544038b04c02170ab82877db666fa3022e4469
modified:
heatmap2.xml
test-data/ggplot_heatmap2_result1.pdf
b
diff -r 76380bf74511 -r cb04f3235a4e heatmap2.xml
--- a/heatmap2.xml Tue Aug 22 06:42:38 2017 -0400
+++ b/heatmap2.xml Tue Aug 29 09:02:38 2017 -0400
b
@@ -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()
b
diff -r 76380bf74511 -r cb04f3235a4e test-data/ggplot_heatmap2_result1.pdf
b
Binary file test-data/ggplot_heatmap2_result1.pdf has changed