# HG changeset patch # User iuc # Date 1532763755 14400 # Node ID f86777d8ba6286eda7e57a5f4564c5cd2b1aefed # Parent 672eb1c4314c1e9bdcf2036e5f5a4460709c5876 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 381fece97cb737e110e75e85fd0b6ebfc90f9c36 diff -r 672eb1c4314c -r f86777d8ba62 heatmap2.xml --- a/heatmap2.xml Mon Jun 11 16:03:13 2018 -0400 +++ b/heatmap2.xml Sat Jul 28 03:42:35 2018 -0400 @@ -1,4 +1,4 @@ - + macros.xml @@ -74,7 +74,7 @@ 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, + dendrogram="none", Colv=FALSE, Rowv=FALSE, scale = '$scale', labRow = rlabs, labCol = clabs, 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