comparison heatmap2.xml @ 1:cb04f3235a4e 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:02:38 -0400
parents 76380bf74511
children c6bfec911a41
comparison
equal deleted inserted replaced
0:76380bf74511 1:cb04f3235a4e
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>