annotate dimet_bivariate_analysis.xml @ 1:1cc2796bcd19 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:34:08 +0000
parents eeb106c7bd04
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
eeb106c7bd04 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">
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
2 <description>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
3 Computation of the correlation of MDV profiles, or the metabolite time course profiles (by DIMet)
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
4 </description>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
5 <macros>
eeb106c7bd04 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@">bivariate analysis</token>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
7 <token name="@EXECUTABLE@">bivariate_analysis</token>
eeb106c7bd04 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>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
9 </macros>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
10 <expand macro="requirements"/>
eeb106c7bd04 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[
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
12 @INIT_CONFIG@
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
13 @INIT_BI_ANALYSIS@
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
14 @INIT_BIVAR_COMPARISONS@
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
15 HYDRA_FULL_ERROR=1 python -m dimet
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
16 '++hydra.run.dir=.'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
17 '++figure_path=figures'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
18 '++table_path=tables'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
19 '++analysis={
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
20 dataset:{
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
21 _target_: dimet.data.DatasetConfig,
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
22 name: "I am a synthetic data example"
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
23 },
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
24 method:{
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
25 _target_: dimet.method.BivariateAnalysisConfig,
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
26 label: "bivariate analysis",
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
27 name: "Computation of the correlation of MDV profiles, or the metabolite time course profiles"
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
28 },
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
29 label: bivariate-analysis-example2
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
30 }'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
31 '++analysis.conditions=${conditions}'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
32 '++analysis.dataset.label='
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
33 '++analysis.method.correction_method=${correction_method}'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
34 '++analysis.method.impute_values=${impute_values}'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
35 '++analysis.method.conditions_metabolite_time_profiles=${conditions_metabolite_time_profiles}'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
36 '++analysis.method.timepoints_MDV_comparison=${timepoints_MDV_comparison}'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
37 '++analysis.method.conditions_MDV_comparison=${conditions_MDV_comparison}'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
38 '++analysis.method.output_include_gmean_arr_columns=true'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
39 '++analysis.dataset.subfolder='
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
40 '++analysis.dataset.conditions=${conditions}'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
41 #if $metadata_path:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
42 '++analysis.dataset.metadata=metadata'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
43 #end if
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
44 #if str( $data_input.data_input_selector ) == "abundance":
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
45 #if $data_input.abundance_file:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
46 '++analysis.dataset.abundances=abundance'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
47 #end if
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
48 #elif str( $data_input.data_input_selector ) == "mean_enrichment":
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
49 #if $data_input.me_or_frac_contrib_file:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
50 '++analysis.dataset.mean_enrichment=me_or_frac_contrib'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
51 #end if
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
52 #elif str( $data_input.data_input_selector ) == "isotop_prop":
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
53 #if $data_input.isotop_prop_file:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
54 '++analysis.dataset.isotopologue_proportions=isotop_prop'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
55 #end if
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
56 #else
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
57 #if $data_input.isotop_abs_file:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
58 '++analysis.dataset.isotopologues=isotop_abs'
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
59 #end if
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
60 #end if
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
61 @REMOVE_CONFIG@
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
62 ]]></command>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
63 <inputs>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
64 <expand macro="input_parameters_bivar_analysis"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
65 <expand macro="plot_factor_list"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
66 <expand macro="correction_method"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
67 </inputs>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
68
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
69 <outputs>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
70 <collection name="report" type="list">
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
71 <discover_datasets pattern="__designation__" directory="tables" format="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
72 </collection>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
73 </outputs>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
74 <tests>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
75 <test>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
76 <param name="data_input_selector" value="isotop_prop" />
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
77 <param name="isotop_prop_file" ftype="tabular" value="CorrectedIsotopologues_5.csv"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
78 <param name="metadata_path" ftype="tabular" value="example5_metadata.csv"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
79 <param name="correction_method" value="fdr_bh"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
80 <repeat name="plot_factor_list">
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
81 <param name="condition" value="Control"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
82 </repeat>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
83 <repeat name="plot_factor_list">
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
84 <param name="condition" value="L-Cycloserine"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
85 </repeat>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
86 <output_collection name="report" type="list" count="8">
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
87 <element file="isotop_prop--cell--MDV-Control-L-Cycloserine--T0-pearson.tsv" name="isotop_prop--cell--MDV-Control-L-Cycloserine--T0-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
88 <element file="isotop_prop--cell--MDV-Control-L-Cycloserine--T2h-pearson.tsv" name="isotop_prop--cell--MDV-Control-L-Cycloserine--T2h-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
89 <element file="isotop_prop--cell--MDV-T2h-T0--Control-pearson.tsv" name="isotop_prop--cell--MDV-T2h-T0--Control-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
90 <element file="isotop_prop--cell--MDV-T2h-T0--L-Cycloserine-pearson.tsv" name="isotop_prop--cell--MDV-T2h-T0--L-Cycloserine-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
91 <element file="isotop_prop--med--MDV-Control-L-Cycloserine--T0-pearson.tsv" name="isotop_prop--med--MDV-Control-L-Cycloserine--T0-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
92 <element file="isotop_prop--med--MDV-Control-L-Cycloserine--T2h-pearson.tsv" name="isotop_prop--med--MDV-Control-L-Cycloserine--T2h-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
93 <element file="isotop_prop--med--MDV-T2h-T0--Control-pearson.tsv" name="isotop_prop--med--MDV-T2h-T0--Control-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
94 <element file="isotop_prop--med--MDV-T2h-T0--L-Cycloserine-pearson.tsv" name="isotop_prop--med--MDV-T2h-T0--L-Cycloserine-pearson.tsv" ftype="tabular"/>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
95 </output_collection>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
96 </test>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
97 </tests>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
98 <help><![CDATA[
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
99
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
100 This module is part of DIMet: Computation of the correlation of entire MDV profiles, or the metabolite time course profiles (https://pypi.org/project/DIMet/).
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
101
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
102 DIMet bi-variate analysis performs the comparison of entire MDV profiles, with the user provided isotopologue proportions data. Moreover, when total abundances and/or mean enrichment are provided, the comparison of the metabolite time-course profiles is also computed. Specifically, three types of bi-variate comparisons are performed automatically:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
103
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
104
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
105 - MDV profile comparison between two conditions
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
106
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
107 - MDV profile comparison between two consecutive time-points
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
108
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
109 - Metabolite (total abundances and/or mean enrichment) time course profiles comparison between two conditions
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
110
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
111
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
112 For all these three types of bi-variate comparison, the statistical test that is applied is the Pearson's correlation test.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
113
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
114
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
115 To note, MDV (Mass Distribution Vector) are obtained automatically by the tool, using the isotopologue proportions.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
116
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
117
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
118
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
119 **Input data files**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
120
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
121 This tool requires (at max.) 4 tab-delimited .csv files as inputs. There are two types of files:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
122
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
123 - The measures' (or quantifications') files, that can be of 3 types.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
124
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
125 - The metadata, a unique file with the description of the samples in your measures' files. This is compulsory.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
126
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
127 For running DIMet @EXECUTABLE@ you need **at least one file** of measures:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
128
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
129 - The **isotopologue proportions** file
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
130
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
131 - The total **abundances** (of the metabolites) file
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
132
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
133 - The mean **enrichment** or labelled fractional contributions
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
134
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
135
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
136 and one metadata file, WHICH IS COMPULSORY, see section **Metadata File Information**.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
137
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
138
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
139 **Measures files**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
140
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
141 The measures files must be organized as matrices:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
142
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
143 - The first column must contain Metabolite IDs that are unique (not repeated) within the file.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
144
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
145 - The rest of the columns correspond to the samples
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
146
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
147 - The rows correspond to the metabolites
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
148
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
149 - The values must be tab separated, with the first row containing the sample/column labels.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
150
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
151 See the following examples of measures files:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
152
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
153
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
154 Example - Metabolites **abundances**:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
155
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
156 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
157 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
158 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
159 2_3-PG 8698823.9926 10718737.7217 10724373.9 8536484.5 22060650 28898956
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
160 2-OHGLu 36924336 424336 92060650 45165 84951950 965165051
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
161 Glc6P 2310 2142 2683 1683 012532068 1252172
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
162 Gly3P 399298 991656565 525195 6365231 89451625 4952651963
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
163 IsoCit 0 0 0 84915613 856236 954651610
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
164 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
165
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
166 Example - mean **enrichment** or labeled fractional contributions:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
167
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
168 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
169 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
170 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
171 2_3-PG 0.9711 0.968 0.9909 0.991 0.40 0.9
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
172 2-OHGLu 0.01719 0.0246 0.554 0.555 0.73 0.68
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
173 Glc6P 0.06 0.66 2683 0.06 2068 2172
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
174 Gly3P 0.06 0.06 0.06 1 5 3
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
175 IsoCit 0.06 1 0.49 0.36 6 10
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
176 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
177
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
178
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
179
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
180 Example - **Isotopologue proportions**:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
181
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
182 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
183 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
184 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
185 2_3-PG_m+0 0.023701408 0.026667837 0.003395407 0.05955 0.034383527 0.12
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
186 2_3-PG_m+1 0.0 0.0 0.0 0.0 0.4 0.12
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
187 2_3-PG_m+2 0.015379329 0.01506 0.017029723 0.35483229 0.54131313 0.743
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
188 2_3-PG_m+3 0.960919263 0.958268099 0.97957487 0.581310816 0.017029723 0.017
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
189 2-OHGLu_m+0 0.972778716 0.960016157 0.238843937 0.234383527 0.9998888 0.015064063
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
190 2-OHGLu_m+1 0.0 0.0 0.0 0.0 0.0001112 0.960919263
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
191 =============== ================== ================== ================== ================== ================== ==================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
192
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
193
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
194
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
195 **Metadata File Information**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
196
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
197 Provide a tab-separated file that has the names of the samples in the first column and one header row.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
198 Column names must be exactly in this order:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
199
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
200 name_to_plot
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
201 condition
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
202 timepoint
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
203 timenum
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
204 compartment
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
205 original_name
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
206
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
207
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
208 Example **Metadata File**:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
209
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
210
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
211 ==================== =============== ============= ============ ================ =================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
212 **name_to_plot** **condition** **timepoint** **timenum** **compartment** **original_name**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
213 -------------------- --------------- ------------- ------------ ---------------- -----------------
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
214 Control_cell_T0-1 Control T0 0 cell MCF001089_TD01
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
215 Control_cell_T0-2 Control T0 0 cell MCF001089_TD02
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
216 Control_cell_T0-3 Control T0 0 cell MCF001089_TD03
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
217 Tumoral_cell_T0-1 Tumoral T0 0 cell MCF001089_TD04
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
218 Tumoral_cell_T0-2 Tumoral T0 0 cell MCF001089_TD05
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
219 Tumoral_cell_T0-3 Tumoral T0 0 cell MCF001089_TD06
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
220 Tumoral_cell_T24-1 Tumoral T24 24 cell MCF001089_TD07
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
221 Tumoral_cell_T24-2 Tumoral T24 24 cell MCF001089_TD08
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
222 Tumoral_cell_T24-3 Tumoral T24 24 cell MCF001090_TD01
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
223 Control_med_T24-1 Control T24 24 med MCF001090_TD02
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
224 Control_med_T24-2 Control T24 24 med MCF001090_TD03
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
225 Tumoral_med_T24-1 Tumoral T24 24 med MCF001090_TD04
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
226 Tumoral_med_T24-2 Tumoral T24 24 med MCF001090_TD05
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
227 Control_med_T0-1 Control T0 0 med MCF001090_TD06
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
228 Tumoral_med_T0-1 Tumoral T0 0 med MCF001090_TD07
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
229 Tumoral_med_T0-2 Tumoral T0 0 med MCF001090_TD08
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
230 ==================== =============== ============= ============ ================ =================
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
231
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
232
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
233 The column **original_name** must have the names of the samples as given in your data.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
234
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
235 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
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
236 are meaningful is a better choice, as we will take them to display the results.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
237
eeb106c7bd04 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)
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
239 nor any other symbol). Make sure these time numbers are in the same units (but do not write the units here!).
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
240
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
241 The column **compartment** is an abbreviation, coined by you, for the compartments. This will be used for the results' files names: the longer the
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
242 compartments names are, the longer the output files' names! Please pick short and clear abbreviations to fill this column.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
243
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
244
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
245 **Running the analysis**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
246
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
247 You can precise how you want your analysis to be executed, with the parameters:
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
248
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
249 - **datatypes** : the measures type(s) that you want to run.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
250
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
251 - **conditions**: the two conditions to be compared in the bi-variate analysis. If 3 or more conditions are set, the tool automatically performs all the 1-to-1 condition comparisons. If you only have one condition in your data, select the condition, and see the Note at the end of this section.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
252
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
253 - **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).
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
254
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
255
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
256 **Note**: the tool automatically performs the comparison of *MDV profile between two consecutive time-points*. All the time-points are processed.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
257
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
258
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
259 There exist hints on use that will guide you, next to the parameters.
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
260
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
261 For more information about the implemented statistical tests, please visit: https://github.com/cbib/DIMet/wiki/2-Statistical-tests
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
262
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
263 The output files are explained in https://github.com/cbib/DIMet/wiki/3-Output
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
264
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
265 **Available data for testing**
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
266
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
267 You can test our tool with the data from our manuscript https://zenodo.org/records/10579862 (the pertinent
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
268 files for you are located in the subfolders inside the data folder).
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
269 You can also use the minimal data examples from https://zenodo.org/records/10579891
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
270
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
271 ]]>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
272 </help>
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
273 <expand macro="citations" />
eeb106c7bd04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
274 </tool>