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