annotate dimet_abundance_plot.xml @ 6:db1e58e44a5c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
author iuc
date Fri, 21 Jun 2024 18:53:01 +0000
parents 279ce0d93d53
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
1 <tool id="dimet_@EXECUTABLE@" name="dimet @TOOL_LABEL@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
2 <description>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
3 Figures of metabolites total abundance as barplots (by DIMet)
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
4 </description>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
5 <macros>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
6 <token name="@TOOL_LABEL@">abundance plot</token>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
7 <token name="@EXECUTABLE@">abundance_plot</token>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
8 <import>macros.xml</import>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
9 </macros>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
10 <expand macro="requirements"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
12 @INIT_CONFIG@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
13 @INIT_ABUNDANCE_PLOT@
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
14 @INIT_ABUNDANCE_PLOT_CONDITIONS@
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
15 @INIT_TIMEPOINTS@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
16 @INIT_ENRICHMENT_METABOLITES@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
17 HYDRA_FULL_ERROR=1 python -m dimet
6
db1e58e44a5c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents: 5
diff changeset
18 '++hydra.run.dir=.'
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
19 '++figure_path=figures'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
20 '++table_path=tables'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
21 '++analysis={
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
22 metabolites:${metabolites},
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
23 dataset:{
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
24 _target_:dimet.data.DatasetConfig,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
25 name: "Galaxy DIMet run"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
26 },
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
27 method:{
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
28 _target_: dimet.method.AbundancePlotConfig,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
29 label: abundance_plot,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
30 name: "Generate abundance plots",
5
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
31 barcolor: '${output_options.bar_color}',
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
32 axisx: ${axisx},
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
33 axisx_labeltilt: '${output_options.axisx_labeltilt}',
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
34 height_each_subfig: '${output_options.height_each_subfig}',
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
35 palette:${output_options.palette},
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
36 as_grid:${output_options.as_grid},
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
37 x_text_modify_as:null,
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
38 do_stripplot:${output_options.do_stripplot},
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
39 figure_format:${output_options.figure_format}
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
40 },
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
41 label: abundance_plot,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
42 width_each_subfig: '${output_options.width_each_subfig}'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
43 }'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
44 '++analysis.dataset.label='
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
45 '++analysis.timepoints=${timepoints}'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
46 '++analysis.dataset.subfolder='
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
47 '++analysis.dataset.conditions=${conditions}'
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
48 #if $metadata_path:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
49 '++analysis.dataset.metadata=metadata'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
50 #end if
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
51 #if $abundance_file:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
52 '++analysis.dataset.abundances=abundance'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
53 #end if
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
54 @REMOVE_CONFIG@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
55 ]]></command>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
56 <inputs>
1
07164270ec13 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 7568e92bfc4560d6e0287e7444455f55c86d135d
iuc
parents: 0
diff changeset
57 <expand macro="input_parameters_abundance"/>
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
58 <expand macro="plot_abundance_factor_list"/>
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
59 <expand macro="timepoint"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
60 <expand macro="compartments_abundance"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
61 <expand macro="abundance_metabolites_list"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
62 <section name="output_options" title="Output options">
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
63 <expand macro="palette"/>
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
64 <param name="figure_format" type="select" value="pdf" display="radio" label="Select output figure format" help="Please enter at max 1 format">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
65 <option value="pdf">Pdf</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
66 <option value="svg">Svg</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
67 </param>
5
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
68 <param name="bar_color" type="select" value="timepoint" display="radio" label="Select output figure barcolor" help="Please enter at max 1 format">
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
69 <option value="timepoint">timepoint</option>
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
70 <option value="condition">condition</option>
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
71 </param>
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
72 <param name="axisx_labeltilt" type="integer" min="0" max="180" value="70" label="X axis label tilt"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
73 help="Default value is 70."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
74 <param name="width_each_subfig" type="float" min="1.0" max="15.0" value="3.0" label="width of subfig plots"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
75 help="Default value is 3."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
76 <param name="height_each_subfig" type="float" min="1.0" max="15.0" value="5.5" label="height of subfig plots"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
77 help="Default value is 5.5"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
78 <param name="as_grid" type="boolean" value="false" label="plot as grid"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
79 help="Default value is false."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
80 <param name="do_stripplot" type="boolean" value="false" label="add strip plot on abundance bar"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
81 help="Default value is false."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
82 </section>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
83 </inputs>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
84 <outputs>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
85 <collection name="report" type="list">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
86 <discover_datasets pattern="__designation_and_ext__" directory="figures"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
87 </collection>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
88 </outputs>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
89 <tests>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
90 <test>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
91 <param name="abundance_file" ftype="tabular" value="AbundanceCorrected.csv"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
92 <param name="metadata_path" ftype="tabular" value="example1_metadata.csv"/>
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
93 <repeat name="plot_abundance_factor_list">
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
94 <param name="condition" value="sgLDHA"/>
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
95 </repeat>
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
96 <param name="timepoint" value='T0,T24'/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
97 <param name="compartments" value='endo'/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
98 <param name="metabolites_list" value="Fru1P"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
99 <section name="output_options">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
100 <param name="axisx_labeltilt" value="70"/>
5
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
101 <param name="bar_color" value="timepoint"/>
279ce0d93d53 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
iuc
parents: 2
diff changeset
102 <param name="axisx" value="condition"/>
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
103 <param name="palette" value="pastel"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
104 <param name="width_each_subfig" value="3.0"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
105 <param name="height_each_subfig" value="5.5"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
106 <param name="as_grid" value="false"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
107 <param name="do_stripplot" value="false"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
108 <param name="figure_format" value="svg"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
109 </section>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
110 <output_collection name="report" type="list" count="2">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
111 <element file="bars_endo_Fru1P-total_abundance.svg" name="bars_endo_Fru1P-total_abundance" ftype="svg" compare="sim_size" delta="100"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
112 <element file="legend.svg" name="legend" ftype="svg" compare="sim_size" delta="100"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
113 </output_collection>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
114 </test>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
115 </tests>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
116 <help><![CDATA[
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
117
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
118 This module is part of DIMet: Differential analysis of Isotope-labeled targeted Metabolomics data (https://pypi.org/project/DIMet/).
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
119
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
120 DIMet total abundances plot performs comparative bars for visualization of the total abundances of each metabolite across the different conditions present in your data and all/selected time points. All (or selected) metabolites are processed automatically.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
121
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
122 The figures in .pdf format are of publication quality, and as they are vectorial images you can open them and customize aesthetics with a professional image software such as Inkscape, Adobe Illustrator, Sketch, CorelDRAW, etc.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
123
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
124
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
125 **Input data files**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
126
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
127 For running DIMet @EXECUTABLE@ you need the following .csv files :
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
128
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
129 - The total **abundances** file, and
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
130
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
131 - The metadata file, a unique file with the description of the samples. This file is compulsory (see section **Metadata File Information**).
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
132
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
133
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
134 The total abundances file must be organized as a matrix:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
135 - The first column must contain Metabolite IDs that are unique (not repeated) within the file.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
136 - The rest of the columns correspond to the samples
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
137 - The rows correspond to the metabolites
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
138 - The values must be tab separated, with the first row containing the sample/column labels.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
139
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
140
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
141
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
142 Example - Metabolites **abundances**:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
143
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
144 =============== ================== ================== ================== ================== ================== ==================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
145 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
146 =============== ================== ================== ================== ================== ================== ==================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
147 2_3-PG 8698823.9926 10718737.7217 10724373.9 8536484.5 22060650 28898956
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
148 2-OHGLu 36924336 424336 92060650 45165 84951950 965165051
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
149 Glc6P 2310 2142 2683 1683 012532068 1252172
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
150 Gly3P 399298 991656565 525195 6365231 89451625 4952651963
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
151 IsoCit 0 0 0 84915613 856236 954651610
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
152 =============== ================== ================== ================== ================== ================== ==================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
153
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
154
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
155 **Metadata File Information**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
156
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
157 Provide a tab-separated file that has the names of the samples in the first column and one header row.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
158 Column names must be exactly in this order:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
159
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
160 name_to_plot
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
161 condition
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
162 timepoint
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
163 timenum
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
164 compartment
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
165 original_name
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
166
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
167
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
168 Example **Metadata File**:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
169
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
170
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
171 ==================== =============== ============= ============ ================ =================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
172 **name_to_plot** **condition** **timepoint** **timenum** **compartment** **original_name**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
173 -------------------- --------------- ------------- ------------ ---------------- -----------------
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
174 Control_cell_T0-1 Control T0 0 cell MCF001089_TD01
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
175 Control_cell_T0-2 Control T0 0 cell MCF001089_TD02
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
176 Control_cell_T0-3 Control T0 0 cell MCF001089_TD03
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
177 Tumoral_cell_T0-1 Tumoral T0 0 cell MCF001089_TD04
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
178 Tumoral_cell_T0-2 Tumoral T0 0 cell MCF001089_TD05
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
179 Tumoral_cell_T0-3 Tumoral T0 0 cell MCF001089_TD06
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
180 Tumoral_cell_T24-1 Tumoral T24 24 cell MCF001089_TD07
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
181 Tumoral_cell_T24-2 Tumoral T24 24 cell MCF001089_TD08
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
182 Tumoral_cell_T24-3 Tumoral T24 24 cell MCF001090_TD01
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
183 Control_med_T24-1 Control T24 24 med MCF001090_TD02
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
184 Control_med_T24-2 Control T24 24 med MCF001090_TD03
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
185 Tumoral_med_T24-1 Tumoral T24 24 med MCF001090_TD04
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
186 Tumoral_med_T24-2 Tumoral T24 24 med MCF001090_TD05
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
187 Control_med_T0-1 Control T0 0 med MCF001090_TD06
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
188 Tumoral_med_T0-1 Tumoral T0 0 med MCF001090_TD07
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
189 Tumoral_med_T0-2 Tumoral T0 0 med MCF001090_TD08
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
190 ==================== =============== ============= ============ ================ =================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
191
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
192
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
193 The column **original_name** must have the names of the samples as given in your data.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
194
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
195 The column **name_to_plot** must have the names as you want them to be (or set identical to original_name if you prefer). To set names that
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
196 are meaningful is a better choice, as we will take them to display the results.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
197
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
198 The column **timenum** must contain only the numeric part of the timepoint, for example 2,0, 10, 100 (this means, without letters ("T", "t", "s", "h" etc)
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
199 nor any other symbol). Make sure these time numbers are in the same units (but do not write the units here!).
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
200
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
201 The column **compartment** is an abbreviation, coined by you, for the compartments. This will be used for the results' files names: the longer the
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
202 compartments names are, the longer the output files' names! Please pick short and clear abbreviations to fill this column.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
203
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
204
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
205 **Running the analysis**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
206
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
207
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
208 You can precise how you want your analysis to be executed, with the parameters:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
209
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
210 - **conditions** : the conditions present in your data, exactly in the ORDER you want them to appear both in the x axis and in the legend.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
211
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
212 - **timepoints** : the selected (you can select all) time points, that will be shown in the x axis.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
213
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
214 - **width_each_subfig** : the desired width (in inches) for the the individual metabolites' figures
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
215
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
216
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
217
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
218 There exist hints on use that will guide you, next to the parameters.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
219
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
220
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
221 The output consists of bar-plot figures, one by each metabolite, and one legend .pdf file, common to all the produced figures.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
222
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
223
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
224
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
225 **Available data for testing**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
226
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
227 You can test our tool with the data from our manuscript https://zenodo.org/record/10579862 (the pertinent
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
228 files for you are located in the subfolders inside the data folder).
2
1df18470e3d0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents: 1
diff changeset
229 You can also use the minimal data examples from https://zenodo.org/record/10579891
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
230
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
231 ]]>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
232 </help>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
233 <expand macro="citations"/>
6
db1e58e44a5c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents: 5
diff changeset
234 </tool>