Mercurial > repos > iuc > ggplot2_heatmap2
comparison heatmap2.xml @ 3:f86777d8ba62 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 381fece97cb737e110e75e85fd0b6ebfc90f9c36
| author | iuc |
|---|---|
| date | Sat, 28 Jul 2018 03:42:35 -0400 |
| parents | 672eb1c4314c |
| children | b718455b9541 |
comparison
equal
deleted
inserted
replaced
| 2:672eb1c4314c | 3:f86777d8ba62 |
|---|---|
| 1 <tool id="ggplot2_heatmap2" name="heatmap2" version="@VERSION@+galaxy0"> | 1 <tool id="ggplot2_heatmap2" name="heatmap2" version="@VERSION@+galaxy1"> |
| 2 <macros> | 2 <macros> |
| 3 <import>macros.xml</import> | 3 <import>macros.xml</import> |
| 4 </macros> | 4 </macros> |
| 5 <requirements> | 5 <requirements> |
| 6 <requirement type="package" version="3.0.1">r-gplots</requirement> | 6 <requirement type="package" version="3.0.1">r-gplots</requirement> |
| 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,8), | 73 col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), |
| 74 main = '$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45) | 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", Colv=FALSE, Rowv=FALSE, scale = '$scale', labRow = rlabs, labCol = clabs, |
| 78 col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), | 78 col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), |
| 79 main='$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45) | 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() |
