Mercurial > repos > iuc > dimet_enrichment_plot
annotate dimet_enrichment_plot.xml @ 2:2de209fb390b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
author | iuc |
---|---|
date | Thu, 15 Feb 2024 12:52:26 +0000 |
parents | 79720105f8c0 |
children | be19aa1df5af |
rev | line source |
---|---|
0
254408bfc5c0
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"> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
2 <description> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
3 Figures of mean enrichment by metabolite, as line-plots (by DIMet) |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
4 </description> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
5 <macros> |
254408bfc5c0
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@">enrichment plot</token> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
7 <token name="@EXECUTABLE@">enrichment_plot</token> |
254408bfc5c0
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> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
9 </macros> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
10 <expand macro="requirements"/> |
254408bfc5c0
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[ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
12 @INIT_CONFIG@ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
13 @INIT_ENRICHMENT_PLOT@ |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
14 @INIT_PLOT_CONDITIONS@ |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
15 @INIT_TIMEPOINTS@ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
16 @INIT_ENRICHMENT_METABOLITES@ |
254408bfc5c0
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 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
18 -cp '$__new_file_path__/config' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
19 '++hydra.run.dir=mean_enrichment_line_plot' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
20 '++figure_path=figures' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
21 '++table_path=tables' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
22 '++analysis={ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
23 metabolites:${metabolites}, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
24 dataset:{ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
25 _target_:dimet.data.DatasetConfig, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
26 name: "Galaxy DIMet run" |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
27 }, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
28 method:{ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
29 _target_: dimet.method.MeanEnrichmentLinePlotConfig, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
30 label: mean_enrichment_line_plot, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
31 name: "Generate mean enrichment line plots", |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
32 palette_condition: ${output_options.palette}, |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
33 palette_metabolite: auto_multi_color, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
34 xaxis_title: ${output_options.xaxis_title}, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
35 alpha: ${output_options.alpha}, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
36 plot_grouped_by_dict: null, |
1
79720105f8c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 7568e92bfc4560d6e0287e7444455f55c86d135d
iuc
parents:
0
diff
changeset
|
37 color_lines_by: '${output_options.color_lines_by}', |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
38 height_subplot: ${output_options.height_subplot}, |
254408bfc5c0
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}, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
40 as_grid:${output_options.as_grid} |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
41 }, |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
42 width_subplot: '${output_options.width_subplot}', |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
43 label: enrich_lineplot |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
44 }' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
45 '++analysis.dataset.label=' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
46 '++analysis.timepoints=${timepoints}' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
47 '++analysis.dataset.subfolder=' |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
48 '++analysis.dataset.conditions=${conditions}' |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
49 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
50 #if $metadata_path: |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
51 '++analysis.dataset.metadata=metadata' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
52 #end if |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
53 #if $me_or_frac_contrib_file: |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
54 '++analysis.dataset.mean_enrichment=me_or_frac_contrib' |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
55 #end if |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
56 @REMOVE_CONFIG@ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
57 ]]></command> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
58 <inputs> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
59 <expand macro="input_parameters_enrichment"/> |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
60 <expand macro="plot_factor_list"/> |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
61 <expand macro="timepoint"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
62 <expand macro="compartments_enrichment"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
63 <expand macro="enrichment_metabolites_list"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
64 <section name="output_options" title="Output options"> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
65 <param name="figure_format" type="select" value="pdf" display="radio" label="Select output figure format" help="Please enter at max 1 format"> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
66 <option value="pdf">Pdf</option> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
67 <option value="svg">Svg</option> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
68 </param> |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
69 <expand macro="palette"/> |
1
79720105f8c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 7568e92bfc4560d6e0287e7444455f55c86d135d
iuc
parents:
0
diff
changeset
|
70 <param name="color_lines_by" type="select" value="condition" display="radio" label="Select color for lines" help="Please enter at max 1 format"> |
79720105f8c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 7568e92bfc4560d6e0287e7444455f55c86d135d
iuc
parents:
0
diff
changeset
|
71 <option value="condition">Condition</option> |
79720105f8c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 7568e92bfc4560d6e0287e7444455f55c86d135d
iuc
parents:
0
diff
changeset
|
72 <option value="metabolite">Metabolite</option> |
79720105f8c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 7568e92bfc4560d6e0287e7444455f55c86d135d
iuc
parents:
0
diff
changeset
|
73 </param> |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
74 <param name="alpha" type="float" min="0.0" max="1.0" value="1.0" label="alpha of subfig plots" |
254408bfc5c0
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 1."/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
76 <param name="height_subplot" type="float" min="1.0" max="15.0" value="6.4" label="height of subfig plots" |
254408bfc5c0
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 3."/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
78 <param name="width_subplot" type="float" min="1.0" max="15.0" value="4.0" label="width of subfig plots" |
254408bfc5c0
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 3."/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
80 <param name="as_grid" type="boolean" value="false" label="plot as grid" |
254408bfc5c0
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."/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
82 <param name="xaxis_title" type="text" value="Time" optional="false" label="xaxis_title to add to output files" > |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
83 <sanitizer invalid_char=""> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
84 <valid initial="string.ascii_letters,string.digits"> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
85 <add value="_" /> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
86 </valid> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
87 </sanitizer> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
88 </param> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
89 </section> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
90 </inputs> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
91 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
92 <outputs> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
93 <collection name="report" type="list"> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
94 <discover_datasets pattern="__designation_and_ext__" directory="figures"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
95 </collection> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
96 </outputs> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
97 <tests> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
98 <test> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
99 <param name="me_or_frac_contrib_file" ftype="tabular" value="FracContribution_C.csv"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
100 <param name="metadata_path" ftype="tabular" value="example2_metadata.csv"/> |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
101 <repeat name="plot_factor_list"> |
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
102 <param name="condition" value="Control"/> |
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
103 </repeat> |
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
104 <repeat name="plot_factor_list"> |
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
105 <param name="condition" value="L-Cycloserine"/> |
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
106 </repeat> |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
107 <param name="timepoint" value='T0,T2h'/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
108 <param name="compartments" value='cell,med'/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
109 <param name="metabolites_list" value="Fumaric_acid,Glycine,L-Proline"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
110 <section name="output_options"> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
111 <param name="alpha" value="1.0"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
112 <param name="height_subplot" value="6.4"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
113 <param name="width_subplot" value="4.0"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
114 <param name="xaxis_title" value="Time"/> |
1
79720105f8c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 7568e92bfc4560d6e0287e7444455f55c86d135d
iuc
parents:
0
diff
changeset
|
115 <param name="color_lines_by" value="condition"/> |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
116 <param name="figure_format" value="svg"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
117 </section> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
118 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
119 <output_collection name="report" type="list" count="6"> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
120 <element file="mean_enrichment-cell-Fumaric_acid.svg" name="mean_enrichment-cell-Fumaric_acid" ftype="svg" compare="sim_size" delta="100"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
121 <element file="mean_enrichment-cell-Glycine.svg" name="mean_enrichment-cell-Glycine" ftype="svg" compare="sim_size" delta="100"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
122 <element file="mean_enrichment-cell-L-Proline.svg" name="mean_enrichment-cell-L-Proline" ftype="svg" compare="sim_size" delta="100"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
123 <element file="mean_enrichment-med-Fumaric_acid.svg" name="mean_enrichment-med-Fumaric_acid" ftype="svg" compare="sim_size" delta="100"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
124 <element file="mean_enrichment-med-Glycine.svg" name="mean_enrichment-med-Glycine" ftype="svg" compare="sim_size" delta="100"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
125 <element file="mean_enrichment-med-L-Proline.svg" name="mean_enrichment-med-L-Proline" ftype="svg" compare="sim_size" delta="100"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
126 </output_collection> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
127 </test> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
128 </tests> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
129 <help><![CDATA[ |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
130 This module is part of DIMet: Differential analysis of Isotope-labeled targeted Metabolomics data (https://pypi.org/project/DIMet/). |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
131 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
132 DIMet enrichment plot performs line-plot figures for visualization of the (stable isotope) mean enrichment across all the time points present in your data, for each metabolite. All (or selected) metabolites are processed automatically. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
133 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
134 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. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
135 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
136 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
137 **Input data files** |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
138 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
139 For running DIMet @EXECUTABLE@ you need the following .csv files : |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
140 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
141 - The mean **enrichment** file, and |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
142 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
143 - The metadata file, a unique file with the description of the samples. This file is compulsory (see section **Metadata File Information**). |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
144 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
145 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
146 The mean enrichment file must be organized as a matrix: |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
147 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
148 - The first column must contain Metabolite IDs that are unique (not repeated) within the file. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
149 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
150 - The rest of the columns correspond to the samples |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
151 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
152 - The rows correspond to the metabolites |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
153 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
154 - The values must be tab separated, with the first row containing the sample/column labels. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
155 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
156 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
157 Example - mean **enrichment** or labeled fractional contributions: |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
158 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
159 =============== ================== ================== ================== ================== ================== ================== |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
160 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06** |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
161 =============== ================== ================== ================== ================== ================== ================== |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
162 2_3-PG 0.9711 0.968 0.9909 0.991 0.40 0.9 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
163 2-OHGLu 0.01719 0.0246 0.554 0.555 0.73 0.68 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
164 Glc6P 0.06 0.66 2683 0.06 2068 2172 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
165 Gly3P 0.06 0.06 0.06 1 5 3 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
166 IsoCit 0.06 1 0.49 0.36 6 10 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
167 =============== ================== ================== ================== ================== ================== ================== |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
168 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
169 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
170 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
171 **Metadata File Information** |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
172 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
173 Provide a tab-separated file that has the names of the samples in the first column and one header row. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
174 Column names must be exactly in this order: |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
175 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
176 name_to_plot |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
177 condition |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
178 timepoint |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
179 timenum |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
180 compartment |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
181 original_name |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
182 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
183 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
184 Example **Metadata File**: |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
185 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
186 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
187 ==================== =============== ============= ============ ================ ================= |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
188 **name_to_plot** **condition** **timepoint** **timenum** **compartment** **original_name** |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
189 -------------------- --------------- ------------- ------------ ---------------- ----------------- |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
190 Control_cell_T0-1 Control T0 0 cell MCF001089_TD01 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
191 Control_cell_T0-2 Control T0 0 cell MCF001089_TD02 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
192 Control_cell_T0-3 Control T0 0 cell MCF001089_TD03 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
193 Tumoral_cell_T0-1 Tumoral T0 0 cell MCF001089_TD04 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
194 Tumoral_cell_T0-2 Tumoral T0 0 cell MCF001089_TD05 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
195 Tumoral_cell_T0-3 Tumoral T0 0 cell MCF001089_TD06 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
196 Tumoral_cell_T24-1 Tumoral T24 24 cell MCF001089_TD07 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
197 Tumoral_cell_T24-2 Tumoral T24 24 cell MCF001089_TD08 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
198 Tumoral_cell_T24-3 Tumoral T24 24 cell MCF001090_TD01 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
199 Control_med_T24-1 Control T24 24 med MCF001090_TD02 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
200 Control_med_T24-2 Control T24 24 med MCF001090_TD03 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
201 Tumoral_med_T24-1 Tumoral T24 24 med MCF001090_TD04 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
202 Tumoral_med_T24-2 Tumoral T24 24 med MCF001090_TD05 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
203 Control_med_T0-1 Control T0 0 med MCF001090_TD06 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
204 Tumoral_med_T0-1 Tumoral T0 0 med MCF001090_TD07 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
205 Tumoral_med_T0-2 Tumoral T0 0 med MCF001090_TD08 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
206 ==================== =============== ============= ============ ================ ================= |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
207 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
208 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
209 The column **original_name** must have the names of the samples as given in your data. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
210 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
211 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 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
212 are meaningful is a better choice, as we will take them to display the results. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
213 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
214 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) |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
215 nor any other symbol). Make sure these time numbers are in the same units (but do not write the units here!). |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
216 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
217 The column **compartment** is an abbreviation, coined by you, for the compartments. This will be used for the results' files names: the longer the |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
218 compartments names are, the longer the output files' names! Please pick short and clear abbreviations to fill this column. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
219 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
220 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
221 **Running the analysis** |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
222 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
223 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
224 You can precise how you want your analysis to be executed, with the parameters: |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
225 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
226 - **conditions**: the conditions present in your data, exactly in the ORDER you want them to appear in the legend of each figure. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
227 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
228 - **width_subplot** : the desired width (in inches) for the the individual metabolites' figures |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
229 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
230 There exist hints on use that will guide you, next to the parameters. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
231 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
232 Note that this plot makes sense when you dispose of two or more time-points. If your setup is not a time-series, you may rather use our metabologram integration with the differential mean enrichment (comparing the conditions of your choice). |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
233 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
234 The output consists of line-plot figures, one by each metabolite. |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
235 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
236 **Available data for testing** |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
237 |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
238 You can test our tool with the data from our manuscript https://zenodo.org/record/10579862 (the pertinent |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
239 files for you are located in the subfolders inside the data folder). |
2
2de209fb390b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
iuc
parents:
1
diff
changeset
|
240 You can also use the minimal data examples from https://zenodo.org/record/10579891 |
0
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
241 |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
242 ]]> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
243 </help> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
244 <expand macro="citations"/> |
254408bfc5c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff
changeset
|
245 </tool> |