Mercurial > repos > iuc > ggplot2_heatmap2
comparison heatmap2.xml @ 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 |
comparison
equal
deleted
inserted
replaced
| 0:176183828671 | 1:d76c7d77e629 |
|---|---|
| 68 colorscale | 68 colorscale |
| 69 | 69 |
| 70 #if $cluster: | 70 #if $cluster: |
| 71 heatmap.2(linput, | 71 heatmap.2(linput, |
| 72 distfun=dist_fun, hclustfun=hclust_fun, scale = '$scale', labRow = rlabs, labCol = clabs, | 72 distfun=dist_fun, hclustfun=hclust_fun, scale = '$scale', labRow = rlabs, labCol = clabs, |
| 73 col=colfunc(50), trace="none", density.info = "none", margins=c(8,2), | 73 col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), |
| 74 main = '$title', key.xlab='$key', keysize=1) | 74 main = '$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45) |
| 75 #else | 75 #else |
| 76 heatmap.2(linput, | 76 heatmap.2(linput, |
| 77 dendrogram="none", scale = '$scale', labRow = rlabs, labCol = clabs, | 77 dendrogram="none", scale = '$scale', labRow = rlabs, labCol = clabs, |
| 78 col=colfunc(50), trace="none", density.info = "none", margins=c(8,2), | 78 col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), |
| 79 main='$title', key.xlab='$key', keysize=1) | 79 main='$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45) |
| 80 #end if | 80 #end if |
| 81 | 81 |
| 82 dev.off() | 82 dev.off() |
| 83 | 83 |
| 84 ]]></configfile> | 84 ]]></configfile> |
