Mercurial > repos > iuc > ggplot2_heatmap2
changeset 1:d76c7d77e629 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:01:22 -0400 |
| parents | 176183828671 |
| children | 672eb1c4314c |
| 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:40:37 2017 -0400 +++ b/heatmap2.xml Tue Aug 29 09:01:22 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()
