# HG changeset patch # User iuc # Date 1715767618 0 # Node ID a363ba287b8837b869551f248535cb33ada17491 # Parent 83c573f2e73c21d744155dde64846a3ffc601e98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit 589795c240ea48accbb89cd0c3263f8eba301125 diff -r 83c573f2e73c -r a363ba287b88 volcanoplot.xml --- a/volcanoplot.xml Thu Jun 10 08:38:12 2021 +0000 +++ b/volcanoplot.xml Wed May 15 10:06:58 2024 +0000 @@ -1,4 +1,4 @@ - + create a volcano plot topic_0092 @@ -145,29 +145,29 @@ #end if #end if -#if not '$plot_options.title' +#if $plot_options.title: p <- p + ggtitle('$plot_options.title') #end if -#if not '$plot_options.xlab' +#if $plot_options.xlab: p <- p + xlab('$plot_options.xlab') #end if -#if not '$plot_options.ylab' +#if $plot_options.ylab: p <- p + ylab('$plot_options.ylab') #end if -#if not '$plot_options.xmin' and '$plot_options.xmax' -p <- p + xlim('$plot_options.xmin', '$plot_options.xmax') +#if $plot_options.xmin and $plot_options.xmax: +p <- p + xlim($plot_options.xmin, $plot_options.xmax) #end if -#if not '$plot_options.ymax' -p <- p + ylim(0, '$plot_options.ymax') +#if $plot_options.ymax: +p <- p + ylim(0, $plot_options.ymax) #end if # Set legend title -#if not '$plot_options.legend' -p <- p + theme(legend.title = '$plot_options.legend') +#if $plot_options.legend: +p <- p + guides(color = guide_legend(title = '$plot_options.legend')) #else p <- p + theme(legend.title = element_blank()) #end if @@ -191,10 +191,10 @@ - - - - + + + + @@ -260,7 +260,7 @@ - + @@ -321,5 +321,6 @@ ]]> + doi.org/10.1007/978-3-319-24277-4 - \ No newline at end of file +