annotate dimet_pca_plot.xml @ 0:58498838f0e0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
author iuc
date Fri, 21 Jun 2024 18:47:21 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
58498838f0e0 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">
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
2 <description>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
3 Figures of Principal Component Analysis for tracer metabolomics (by DIMet)
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
4 </description>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
5 <macros>
58498838f0e0 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@">pca plot</token>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
7 <token name="@EXECUTABLE@">pca_plot</token>
58498838f0e0 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>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
9 </macros>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
10 <expand macro="requirements"/>
58498838f0e0 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[
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
12 @INIT_CONFIG@
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
13 @INIT_PCA@
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
14 @INIT_IMPUTE_VALUES@
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
15 @INIT_CONDITIONS@
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
16 HYDRA_FULL_ERROR=1 python -m dimet
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
17 '++hydra.run.dir=.'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
18 '++figure_path=figures'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
19 '++table_path=tables'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
20 '++analysis={
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
21 dataset:{
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
22 _target_:dimet.data.DatasetConfig,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
23 name: "Galaxy DIMet run"
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
24 },
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
25 method:{
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
26 _target_: dimet.method.PcaPlotConfig,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
27 label: pca-plot,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
28 name: "Generate Principal Component Analysis plots",
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
29 pca_split_further:['timepoint'],
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
30 draw_ellipses: null,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
31 run_iris_demo: false,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
32 color: condition,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
33 style: timepoint,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
34 figure_format:${output_options.figure_format},
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
35 impute_values:${impute_values}
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
36 },
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
37 label: pca-plot
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
38 }'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
39 '++analysis.dataset.subfolder='
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
40 '++analysis.dataset.label='
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
41 '++analysis.dataset.conditions=${conds}'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
42 #if $metadata_path:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
43 '++analysis.dataset.metadata=metadata'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
44 #end if
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
45 #if $abundance_file:
58498838f0e0 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'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
47 #end if
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
48 #if $me_or_frac_contrib_file:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
49 '++analysis.dataset.mean_enrichment=me_or_frac_contrib'
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
50 #end if
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
51 @REMOVE_CONFIG@
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
52 ]]></command>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
53 <inputs>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
54 <expand macro="input_parameters_pca"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
55 <expand macro="conditions"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
56 <section name="output_options" title="Output options">
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
57 <param name="figure_format" type="select" value="pdf" display="radio" label="Select output figure format" help="Please enter at max 1 format">
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
58 <option value="pdf">Pdf</option>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
59 <option value="svg">Svg</option>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
60 </param>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
61 </section>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
62 </inputs>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
63
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
64 <outputs>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
65 <collection name="report" type="list">
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
66 <discover_datasets pattern="__designation_and_ext__" directory="figures"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
67 </collection>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
68 </outputs>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
69 <tests>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
70 <test>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
71 <param name="abundance_file" ftype="tabular" value="rawAbundances.csv" />
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
72 <param name="metadata_path" ftype="tabular" value="example2_metadata.csv"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
73 <param name="conditions" value='Control,L-Cycloserine'/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
74 <section name="output_options">
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
75 <param name="figure_format" value="svg"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
76 </section>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
77 <output_collection name="report" type="list" count="18">
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
78 <element file="abundances--T0--cell_var.svg" name="abundances--T0--cell_var" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
79 <element file="abundances--T0--cell--label-n_pc.svg" name="abundances--T0--cell--label-n_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
80 <element file="abundances--T0--cell--label-y_pc.svg" name="abundances--T0--cell--label-y_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
81 <element file="abundances--T0--med_var.svg" name="abundances--T0--med_var" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
82 <element file="abundances--T0--med--label-n_pc.svg" name="abundances--T0--med--label-n_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
83 <element file="abundances--T0--med--label-y_pc.svg" name="abundances--T0--med--label-y_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
84 <element file="abundances--T2h--cell--label-n_pc.svg" name="abundances--T2h--cell--label-n_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
85 <element file="abundances--T2h--cell--label-y_pc.svg" name="abundances--T2h--cell--label-y_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
86 <element file="abundances--T2h--cell_var.svg" name="abundances--T2h--cell_var" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
87 <element file="abundances--T2h--med--label-n_pc.svg" name="abundances--T2h--med--label-n_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
88 <element file="abundances--T2h--med--label-y_pc.svg" name="abundances--T2h--med--label-y_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
89 <element file="abundances--T2h--med_var.svg" name="abundances--T2h--med_var" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
90 <element file="abundances--cell--label-n_pc.svg" name="abundances--cell--label-n_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
91 <element file="abundances--cell--label-y_pc.svg" name="abundances--cell--label-y_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
92 <element file="abundances--cell_var.svg" name="abundances--cell_var" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
93 <element file="abundances--med--label-n_pc.svg" name="abundances--med--label-n_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
94 <element file="abundances--med--label-y_pc.svg" name="abundances--med--label-y_pc" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
95 <element file="abundances--med_var.svg" name="abundances--med_var" ftype="svg" compare="sim_size" delta="100"/>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
96 </output_collection>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
97 </test>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
98 </tests>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
99 <help><![CDATA[
58498838f0e0 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: Differential analysis of Isotope-labeled targeted Metabolomics data (https://pypi.org/project/DIMet/).
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
101
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
102 This tool performs the Principal Components Analysis (PCA) on your data,
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
103 generating the figures with the results of the PCA, it is, the scatter-plot of the two first principal components or dimensions (eigenvalues), and the barplot of the percentage of explained variances across all the principal components detected in your data.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
104
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
105 The figures in .pdf format are of publication quality, and as they are vectorial images you can open them and customize aesthetics with a professional image software such as Inkscape, Adobe Illustrator, Sketch, CorelDRAW, etc.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
106
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
107
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
108 **Input data files**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
109
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
110 This tool requires (at max.) 3 tab-delimited .csv files as inputs. There are two types of files:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
111
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
112 - The measures' (or quantifications') files, that can be of 4 types.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
113
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
114 - The metadata, a unique file with the description of the samples in your measures' files. This is compulsory.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
115
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
116 For running DIMet @EXECUTABLE@ you need **at least one file** of measures:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
117
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
118 - The total **abundances** (of the metabolites) file
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
119
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
120 - The mean **enrichment** or labelled fractional contributions
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
121
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
122
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
123 and one metadata file, WHICH IS COMPULSORY, see section **Metadata File Information**.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
124
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
125
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
126 **Measures' files**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
127
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
128 The measure's files must be organized as matrices:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
129
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
130 - The first column must contain Metabolite IDs that are unique (not repeated) within the file.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
131
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
132 - The rest of the columns correspond to the samples
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
133
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
134 - The rows correspond to the metabolites
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
135
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
136 - The values must be tab separated, with the first row containing the sample/column labels.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
137
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
138 See the following examples of measures files:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
139
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
140
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
141 Example - Metabolites **abundances**:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
142
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
143 =============== ================== ================== ================== ================== ================== ==================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
144 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
145 =============== ================== ================== ================== ================== ================== ==================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
146 2_3-PG 8698823.9926 10718737.7217 10724373.9 8536484.5 22060650 28898956
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
147 2-OHGLu 36924336 424336 92060650 45165 84951950 965165051
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
148 Glc6P 2310 2142 2683 1683 012532068 1252172
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
149 Gly3P 399298 991656565 525195 6365231 89451625 4952651963
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
150 IsoCit 0 0 0 84915613 856236 954651610
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
151 =============== ================== ================== ================== ================== ================== ==================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
152
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
153 Example - mean **enrichment** or labeled fractional contributions:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
154
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
155 =============== ================== ================== ================== ================== ================== ==================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
156 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
157 =============== ================== ================== ================== ================== ================== ==================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
158 2_3-PG 0.9711 0.968 0.9909 0.991 0.40 0.9
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
159 2-OHGLu 0.01719 0.0246 0.554 0.555 0.73 0.68
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
160 Glc6P 0.06 0.66 2683 0.06 2068 2172
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
161 Gly3P 0.06 0.06 0.06 1 5 3
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
162 IsoCit 0.06 1 0.49 0.36 6 10
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
163 =============== ================== ================== ================== ================== ================== ==================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
164
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
165
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
166 **Metadata File Information**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
167
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
168 Provide a tab-separated file that has the names of the samples in the first column and one header row.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
169 Column names must be exactly in this order:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
170
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
171 name_to_plot
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
172 condition
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
173 timepoint
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
174 timenum
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
175 compartment
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
176 original_name
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
177
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
178
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
179 Example **Metadata File**:
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
180
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
181
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
182 ==================== =============== ============= ============ ================ =================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
183 **name_to_plot** **condition** **timepoint** **timenum** **compartment** **original_name**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
184 -------------------- --------------- ------------- ------------ ---------------- -----------------
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
185 Control_cell_T0-1 Control T0 0 cell MCF001089_TD01
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
186 Control_cell_T0-2 Control T0 0 cell MCF001089_TD02
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
187 Control_cell_T0-3 Control T0 0 cell MCF001089_TD03
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
188 Tumoral_cell_T0-1 Tumoral T0 0 cell MCF001089_TD04
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
189 Tumoral_cell_T0-2 Tumoral T0 0 cell MCF001089_TD05
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
190 Tumoral_cell_T0-3 Tumoral T0 0 cell MCF001089_TD06
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
191 Tumoral_cell_T24-1 Tumoral T24 24 cell MCF001089_TD07
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
192 Tumoral_cell_T24-2 Tumoral T24 24 cell MCF001089_TD08
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
193 Tumoral_cell_T24-3 Tumoral T24 24 cell MCF001090_TD01
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
194 Control_med_T24-1 Control T24 24 med MCF001090_TD02
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
195 Control_med_T24-2 Control T24 24 med MCF001090_TD03
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
196 Tumoral_med_T24-1 Tumoral T24 24 med MCF001090_TD04
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
197 Tumoral_med_T24-2 Tumoral T24 24 med MCF001090_TD05
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
198 Control_med_T0-1 Control T0 0 med MCF001090_TD06
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
199 Tumoral_med_T0-1 Tumoral T0 0 med MCF001090_TD07
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
200 Tumoral_med_T0-2 Tumoral T0 0 med MCF001090_TD08
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
201 ==================== =============== ============= ============ ================ =================
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
202
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
203
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
204 The column **original_name** must have the names of the samples as given in your data.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
205
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
206 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
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
207 are meaningful is a better choice, as we will take them to display the results.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
208
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
209 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)
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
210 nor any other symbol). Make sure these time numbers are in the same units (but do not write the units here!).
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
211
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
212 The column **compartment** is an abbreviation, coined by you, for the compartments. This will be used for the results' files names: the longer the
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
213 compartments names are, the longer the output files' names! Please pick short and clear abbreviations to fill this column.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
214
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
215
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
216 **Running the analysis**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
217
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
218 You can precise how you want your analysis to be executed, there exist hints on use that will guide you, next to the parameters.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
219
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
220 Our tool automatically processes the integrality of your data (global PCA plots), and also splits your data by timepoint to generate PCA plots by timepoint (which is convenient to explore the "grouping" of conditions), but if you only have one condition you can discard them.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
221
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
222 The output, for the global PCA, and for each timepoint PCA, consists of :
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
223
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
224 - a scatter-plot of the first two Principal Components (PC), with labels corresponding to 'name_to_plot'.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
225
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
226 - the same scatter-plot as above but without labels.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
227
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
228 - a bar-plot of the percentage of explained variances.
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
229
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
230
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
231
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
232 **Available data for testing**
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
233
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
234 You can test our tool with the data from our manuscript https://zenodo.org/record/10579862 (the pertinent
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
235 files for you are located in the subfolders inside the data folder).
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
236 You can also use the minimal data examples from https://zenodo.org/record/10579891
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
237
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
238 ]]>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
239 </help>
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
240 <expand macro="citations" />
58498838f0e0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 3dba8748fbc8cc8e89ffc08e5febe0a0527a96a5
iuc
parents:
diff changeset
241 </tool>