annotate dimet_timecourse_analysis.xml @ 1:c589626a4c4b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 6da96d865a3a557cfa3ad09e1cfa830519e73748
author iuc
date Tue, 06 Aug 2024 17:31:11 +0000
parents d9e56e80a153
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
1 <tool id="dimet_@EXECUTABLE@" name="dimet @TOOL_LABEL@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
2 <description>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
3 Differential analysis of tracer metabolomics data comparing consecutive time-points (by DIMet)
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
4 </description>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
5 <macros>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
6 <token name="@TOOL_LABEL@">timecourse analysis</token>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
7 <token name="@EXECUTABLE@">timecourse_analysis</token>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
8 <import>macros.xml</import>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
9 </macros>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
10 <expand macro="requirements"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
12 @INIT_CONFIG@
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
13 @INIT_DIFF_ANALYSIS@
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
14 @INIT_STAT_TEST@
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
15 @INIT_GROUPS@
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
16 @INIT_CONDITIONS_TIMECOURSE@
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
17 HYDRA_FULL_ERROR=1 python -m dimet
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
18 '++hydra.run.dir=.'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
19 '++figure_path=figures'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
20 '++table_path=tables'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
21 '++analysis={
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
22 dataset:{
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
23 _target_: dimet.data.DatasetConfig,
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
24 name: "I am a synthetic data example"
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
25 },
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
26 method:{
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
27 _target_: dimet.method.TimeCourseAnalysisConfig,
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
28 label: "time_course_analysis",
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
29 name: "Time wise computation of statistical differences"
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
30 },
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
31 label: time_course_analysis-example
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
32 }'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
33 '++analysis.method.qualityDistanceOverSpan='${qualityDistanceOverSpan}''
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
34 '++analysis.statistical_test=${statistical_test}'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
35 '++analysis.method.statistical_test=${statistical_test}'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
36 '++analysis.method.grouping=${groups}'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
37 '++analysis.method.correction_method=${correction_method}'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
38 '++analysis.method.disfit_tail_option="auto"'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
39 '++analysis.method.impute_values=${impute_values}'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
40 '++analysis.dataset.subfolder='
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
41 '++analysis.dataset.label='
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
42 '++analysis.dataset.conditions=${conditions}'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
43 #if $metadata_path:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
44 '++analysis.dataset.metadata=metadata'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
45 #end if
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
46 #if str( $data_input.data_input_selector ) == "abundance":
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
47 #if $data_input.abundance_file:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
48 '++analysis.dataset.abundances=abundance'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
49 #end if
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
50 #elif str( $data_input.data_input_selector ) == "mean_enrichment":
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
51 #if $data_input.me_or_frac_contrib_file:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
52 '++analysis.dataset.mean_enrichment=me_or_frac_contrib'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
53 #end if
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
54 #elif str( $data_input.data_input_selector ) == "isotop_prop":
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
55 #if $data_input.isotop_prop_file:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
56 '++analysis.dataset.isotopologue_proportions=isotop_prop'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
57 #end if
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
58 #else
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
59 #if $data_input.isotop_abs_file:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
60 '+analysis.dataset.isotopologues=isotop_abs'
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
61 #end if
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
62 #end if
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
63 @REMOVE_CONFIG@
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
64 ]]></command>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
65 <inputs>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
66 <expand macro="input_parameters_diff_analysis"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
67 <expand macro="factor_list"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
68 <expand macro="correction_method"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
69 <param name="qualityDistanceOverSpan" type="float" min="-1.0" max="-0.1" value="-0.3" label="quality Distance Over Span" help="Default value is -0.3."/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
70 </inputs>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
71 <outputs>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
72 <collection name="report" type="list">
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
73 <discover_datasets pattern="__designation__" directory="tables" format="tabular"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
74 </collection>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
75 </outputs>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
76 <tests>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
77 <test>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
78 <param name="data_input_selector" value="abundance" />
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
79 <param name="abundance_file" ftype="tabular" value="rawAbundances.csv"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
80 <param name="metadata_path" ftype="tabular" value="example2_metadata.csv"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
81 <param name="correction_method" value="bonferroni"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
82 <param name="qualityDistanceOverSpan" value="-0.3"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
83 <param name="statistical_test_type" value="parametric"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
84 <param name="stat_test" value="Tt"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
85 <repeat name="plot_factor_list">
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
86 <param name="condition" value="Control"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
87 </repeat>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
88 <repeat name="plot_factor_list">
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
89 <param name="condition" value="L-Cycloserine"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
90 </repeat>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
91 <output_collection name="report" type="list" count="4">
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
92 <element file="abundance--cell-Control-T2h-Control-T0-Tt.tsv" name="abundance--cell-Control-T2h-Control-T0-Tt.tsv" ftype="tabular"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
93 <element file="abundance--cell-L-Cycloserine-T2h-L-Cycloserine-T0-Tt.tsv" name="abundance--cell-L-Cycloserine-T2h-L-Cycloserine-T0-Tt.tsv" ftype="tabular"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
94 <element file="abundance--med-Control-T2h-Control-T0-Tt.tsv" name="abundance--med-Control-T2h-Control-T0-Tt.tsv" ftype="tabular"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
95 <element file="abundance--med-L-Cycloserine-T2h-L-Cycloserine-T0-Tt.tsv" name="abundance--med-L-Cycloserine-T2h-L-Cycloserine-T0-Tt.tsv" ftype="tabular"/>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
96 </output_collection>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
97
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
98 </test>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
99 </tests>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
100 <help><![CDATA[
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
101 This module is part of DIMet: Differential analysis of Isotope-labeled targeted Metabolomics data (https://pypi.org/project/DIMet/).
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
102
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
103 **Input data files**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
104
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
105 This tool performs a time course differential analysis on your time series data.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
106 For illustration see the section **Metadata File Information** which contains several time points.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
107
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
108 This time course differential analysis is sequential: by each individual condition, a comparison between the timepoints t_x+1 vs t_x
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
109 (e.g. [Control, 90min] vs [Control, 60min]), for all the timepoints present in the data.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
110 Our tool automatically detects the conditions and timepoints, and automatically organizes the comparisons
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
111 (you do not need to set this part yourself, DIMet does it for you).
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
112
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
113 Note that if you need only to compare specific [condition, timepoint] pairs not comprised by
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
114 our automatic time course analysis, you can use the differential analysis in the pairwise mode instead.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
115
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
116
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
117 This tool requires (at max.) 5 tab-delimited .csv files as inputs. There are two types of files:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
118
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
119 - The measures' (or quantifications') files, that can be of 4 types.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
120
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
121 - The metadata, a unique file with the description of the samples in your measures' files. This is compulsory.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
122
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
123 For running DIMet @EXECUTABLE@ you need **at least one** file of measures:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
124
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
125 - The total **abundances** (of the metabolites) file
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
126
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
127 - The mean **enrichment** or labelled fractional contributions
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
128
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
129 - The **isotopologues** absolute values files (optional)
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
130
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
131 - The **isotopologue proportions** file (optional)
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
132
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
133 and one metadata file, WHICH IS COMPULSORY, see section **Metadata File Information**.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
134
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
135 The measure's files must be organized as matrices:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
136
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
137 - The first column must contain Metabolite IDs that are unique (not repeated) within the file.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
138
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
139 - The rest of the columns correspond to the samples
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
140
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
141 - The rows correspond to the metabolites
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
142
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
143 - The values must be tab separated, with the first row containing the sample/column labels.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
144
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
145 See the following examples of measures' files:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
146
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
147
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
148 Example - Metabolites **abundances**:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
149
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
150 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
151 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
152 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
153 2_3-PG 8698823.9926 10718737.7217 10724373.9 8536484.5 22060650 28898956
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
154 2-OHGLu 36924336 424336 92060650 45165 84951950 965165051
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
155 Glc6P 2310 2142 2683 1683 012532068 1252172
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
156 Gly3P 399298 991656565 525195 6365231 89451625 4952651963
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
157 IsoCit 0 0 0 84915613 856236 954651610
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
158 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
159
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
160 Example - mean **enrichment** or labeled fractional contributions:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
161
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
162 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
163 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
164 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
165 2_3-PG 0.9711 0.968 0.9909 0.991 0.40 0.9
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
166 2-OHGLu 0.01719 0.0246 0.554 0.555 0.73 0.68
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
167 Glc6P 0.06 0.66 2683 0.06 2068 2172
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
168 Gly3P 0.06 0.06 0.06 1 5 3
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
169 IsoCit 0.06 1 0.49 0.36 6 10
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
170 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
171
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
172 Example - **Isotopologues**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
173
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
174 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
175 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
176 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
177 2_3-PG_m+0 206171.4626 285834.0353 36413.27637 27367.17784 6171.4626 119999
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
178 2_3-PG_m+1 123 432 101 127 206171.4626 119999
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
179 2_3-PG_m+2 133780.182 161461.2364 182631.3947 132170.3807 358749.348 848754.36
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
180 2_3-PG_m+3 8358749.348 10271010.45 10505228.3 8376820.028 62163.30727 1088.8963
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
181 2-OHGLu_m+0 5550339.322 6072872.833 3855047.791 3216178.72 8358749.348 10271010.45
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
182 2-OHGLu_m+1 0.0 0.0 0.0 0.0 206171.4626 285834.0353
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
183 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
184
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
185
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
186 Example - **Isotopologue proportions**:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
187
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
188 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
189 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
190 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
191 2_3-PG_m+0 0.023701408 0.026667837 0.003395407 0.05955 0.034383527 0.12
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
192 2_3-PG_m+1 0.0 0.0 0.0 0.0 0.4 0.12
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
193 2_3-PG_m+2 0.015379329 0.01506 0.017029723 0.35483229 0.54131313 0.743
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
194 2_3-PG_m+3 0.960919263 0.958268099 0.97957487 0.581310816 0.017029723 0.017
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
195 2-OHGLu_m+0 0.972778716 0.960016157 0.238843937 0.234383527 0.9998888 0.015064063
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
196 2-OHGLu_m+1 0.0 0.0 0.0 0.0 0.0001112 0.960919263
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
197 =============== ================== ================== ================== ================== ================== ==================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
198
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
199
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
200
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
201 **Metadata File Information**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
202
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
203 Provide a tab-separated file that has the names of the samples in the first column and one header row.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
204 Column names must be exactly in this order:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
205
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
206 name_to_plot
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
207 condition
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
208 timepoint
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
209 timenum
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
210 compartment
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
211 original_name
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
212
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
213 Example **Metadata File**:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
214
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
215
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
216 ==================== =============== ============= ============ ================ =================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
217 **name_to_plot** **condition** **timepoint** **timenum** **compartment** **original_name**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
218 -------------------- --------------- ------------- ------------ ---------------- -----------------
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
219 Spleen1_cell_0-1 Spleen1 0min 0 cell MCF001089_TD01
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
220 Spleen1_cell_0-2 Spleen1 0min 0 cell MCF001089_TD02
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
221 Spleen1_cell_10-1 Spleen1 10min 10 cell MCF001089_TD03
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
222 Spleen1_cell_10-2 Spleen1 10min 10 cell MCF001089_TD04
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
223 Spleen1_cell_30-1 Spleen1 30min 30 cell MCF001089_TD05
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
224 Spleen1_cell_30-2 Spleen1 30min 30 cell MCF001089_TD06
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
225 Spleen1_cell_60-1 Spleen1 60min 60 cell MCF001089_TD07
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
226 Spleen1_cell_60-2 Spleen1 60min 60 cell MCF001089_TD08
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
227 Spleen1_cell_90-1 Spleen1 90min 90 cell MCF001089_TD09
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
228 Spleen1_cell_90-2 Spleen1 90min 90 cell MCF001089_TD011
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
229 Spleen1_med_30-3 Spleen1 30min 30 med MCF001089_TD025
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
230 Spleen1_med_30-2 Spleen1 30min 30 med MCF001089_TD023
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
231 ==================== =============== ============= ============ ================ =================
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
232
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
233
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
234 The column **original_name** must have the names of the samples as given in your data.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
235
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
236 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 are meaningful is a better choice, as we will take them to display the results.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
237
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
238 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) nor any other symbol). Make sure these time numbers are in the same units (but do not write the units here!).
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
239
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
240 The column **compartment** is an abbreviation, coined by you, for the compartments. This will be used for the results' files names: the longer the compartments names are, the longer the output files' names! Please pick short and clear abbreviations to fill this column.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
241
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
242
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
243
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
244 **Running the analysis**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
245
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
246
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
247
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
248 You can precise how you want your analysis to be executed, with the parameters:
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
249
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
250 - **datatypes** : the measures type(s) that you want to run
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
251
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
252 - **statistical_test** : choose, by type of measure, the specific statistical test to be applied.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
253
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
254 Kruskal-Wallis, Mann-Whitney, Wilcoxon’s signed rank test, Wilcoxon’s rank sum test
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
255 t-test, and permutation test are currently offered (we use the trusted functions from scipy library https://docs.scipy.org/doc/scipy/reference/stats.html).
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
256
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
257 For the permutation test, we have established as test statistic, the absolute difference of geometric means of the two compared groups.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
258
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
259 - **qualityDistanceOverSpan**: a normalized distance between the intervals of values of the compared groups, that is the cutoff for considering a minimal acceptable "separation". A 'distance/span' == 1 is a perfect separation, whereas if 'distance/span' < 0 there is no separation. To use with caution in case of important dispersion of your intra-group values. Default is -0.3 (not stringent)
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
260
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
261 - **correction_method** : one of the methods for multiple testing correction available in statsmodels library (bonferroni, fdr_bh, sidak, among others, see https://www.statsmodels.org/dev/generated/statsmodels.stats.multitest.multipletests.html).
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
262
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
263 There exist hints on use that will guide you, next to the parameters.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
264
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
265 The output consists of tables with the computed metrics, one by each pair of timepoints compared.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
266 The number of output tables = number-of-conditions x (number-of-timepoints)-1 x number-of-compartments.
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
267
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
268 For more information about the implemented statistical tests, please visit: https://github.com/cbib/DIMet/wiki/2-Statistical-tests
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
269
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
270 The output files are explained in https://github.com/cbib/DIMet/wiki/3-Output
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
271
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
272 **Available data for testing**
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
273
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
274 You can test our tool with the data from our manuscript https://zenodo.org/record/10579862 (the pertinent
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
275 files for you are located in the subfolders inside the data folder).
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
276 You can also use the minimal data examples from https://zenodo.org/record/10579891
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
277
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
278 ]]>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
279 </help>
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
280 <expand macro="citations" />
d9e56e80a153 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
281 </tool>