annotate abims_correlation_analysis.xml @ 0:58997c28b268 draft default tip

"planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
author workflow4metabolomics
date Tue, 19 Jan 2021 16:41:47 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
1 <tool id="correlation_analysis" name="Metabolites Correlation Analysis" version="1.0.1+galaxy0" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
2
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
3 <description>to highlight ion correlations considering PC-groups</description>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
4
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
5 <requirements>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
6 <requirement type="package" version="1.1_5">r-batch</requirement>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
7 <requirement type="package" version="0.8.8">r-reshape</requirement>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
8 <requirement type="package" version="7.3_53">r-mass</requirement>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
9 </requirements>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
10
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
11 <command detect_errors='exit_code'>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
12 Rscript '$__tool_directory__/correlation_analysis.r'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
13
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
14 #if $cond_input_type.select_input_type == "select_input_from_w4m" and $cond_input_type.cond_function.select_funtion == "sort_only" :
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
15 sorting 1 variable_metadata '$cond_input_type.variableMetadata'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
16 data_matrix '$cond_input_type.dataMatrix'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
17 sample_metadata '$cond_input_type.sampleMetadata'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
18 corrdel 0
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
19 param_correlation ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
20 param_cytoscape ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
21 matrix_corr 0
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
22 user_matrix_corr ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
23 corr_method ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
24 #end if
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
25 #if $cond_input_type.select_input_type == "select_input_from_w4m" and $cond_input_type.cond_function.select_funtion == "sort_and_corr" :
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
26 sorting 1
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
27 variable_metadata '$cond_input_type.variableMetadata'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
28 data_matrix '$cond_input_type.dataMatrix'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
29 sample_metadata '$cond_input_type.sampleMetadata'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
30 corrdel 1
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
31 param_correlation $cond_input_type.cond_function.param_correlation
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
32 param_cytoscape $cond_input_type.cond_function.param_cytoscape
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
33 matrix_corr 0
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
34 user_matrix_corr ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
35 corr_method $cond_input_type.cond_function.corr_method
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
36 #end if
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
37 ##Create correlation matrix from a user table file.##
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
38 #if $cond_input_type.select_input_type == "select_input_other" :
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
39 sorting 0
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
40 variable_metadata ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
41 data_matrix ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
42 sample_metadata ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
43 corrdel 0
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
44 param_correlation ""
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
45 param_cytoscape $cond_input_type.param_cytoscape
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
46 matrix_corr 1
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
47 user_matrix_corr '$cond_input_type.user_matrix_corr'
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
48 corr_method $cond_input_type.corr_method
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
49 #end if
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
50
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
51 </command>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
52
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
53 <inputs>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
54
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
55
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
56 <conditional name="cond_input_type" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
57 <param name="select_input_type" type="select" label="Choice of your input files" help="" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
58 <option value="select_input_from_w4m" selected="true">Files from the metabolomic workflow</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
59 <option value="select_input_other" >Your table file</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
60 </param>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
61 <when value="select_input_from_w4m">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
62 <param name="dataMatrix" type="data" label="Data matrix" format="tabular" help="dataMatrix file from the CAMERA.annotate step for example" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
63 <param name="sampleMetadata" type="data" label="Sample metadata" format="tabular" help="sampleMetadata file from the xcms.xcmsSet step for example" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
64 <param name="variableMetadata" type="data" label="Variable metadata" format="tabular" help="variableMetadata file from the CAMERA.annotate step for example" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
65 <conditional name="cond_function" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
66 <param name="select_funtion" type="select" label="Function to be used" help="" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
67 <option value="sort_only" selected="true">Sorting your table</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
68 <option value="sort_and_corr" >Sorting your table and doing correlation analysis</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
69 </param>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
70 <when value="sort_only" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
71 <when value="sort_and_corr">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
72 <param name="corrdel" type="hidden" value="1"/>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
73 <param name="param_correlation" type="float" label="Correlation threshold for pcgroup" value="0.60" help="Threshold value for selecting edges (i.e. correlations) that will be exported to the Cytoscape sif format file" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
74 <param name="corr_method" type="select" label="Choice of the correlation method" help="" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
75 <option value="pearson" selected="true">pearson</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
76 <option value="kendall">kendall</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
77 <option value="spearman">spearman</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
78 </param>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
79 <param name="param_cytoscape" type="float" label="Cytoscape correlation threshold" value="0.75" help="Choose a threshold value for selecting metabolites that will be exported to a cytoscape sif format" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
80 </when>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
81 </conditional>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
82 </when>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
83
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
84 <when value="select_input_other">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
85 <param name="user_matrix_corr" type="data" label="Your table file (tabular format)" format="tabular" help="Your metabolites (variables) intensity table file (tabular format)" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
86 <param name="corr_method" type="select" label="Choice of the correlation method" help="" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
87 <option value="pearson" selected="true">pearson</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
88 <option value="kendall">kendall</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
89 <option value="spearman">spearman</option>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
90 </param>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
91 <param name="param_cytoscape" type="float" label="Cytoscape correlation threshold" value="0.75" help="Threshold value for selecting edges (i.e. correlations) that will be exported to the Cytoscape sif format file" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
92 </when>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
93 </conditional>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
94 </inputs>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
95
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
96 <outputs>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
97 <data name="sorted_table" format="tabular" from_work_dir="sorted_table.tsv" label="sorted_variableMetadata.tsv">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
98 <filter>(cond_input_type['select_input_type'] == 'select_input_from_w4m')</filter>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
99 </data>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
100 <data name="correlation_matrix_selected" format="tabular" from_work_dir="correlation_matrix_selected.tsv" label="correlation_matrix_selected.tsv">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
101 <filter>(cond_input_type['select_input_type'] == 'select_input_from_w4m' and cond_input_type['cond_function']['select_funtion']== 'sort_and_corr' and cond_input_type['cond_function']['corrdel']== '1' )</filter>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
102 </data>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
103 <data name="siff_table" format="tabular" from_work_dir="siff_table.tsv" label="sif_table.tsv">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
104 <filter>(cond_input_type['select_input_type'] == 'select_input_from_w4m' and cond_input_type['cond_function']['select_funtion']== 'sort_and_corr' and cond_input_type['cond_function']['corrdel']== '1' )</filter>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
105 </data>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
106 <data name="correlation_matrix_user" format="tabular" from_work_dir="correlation_matrix.tsv" label="correlation_matrix.tsv">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
107 <filter>(cond_input_type['select_input_type'] == 'select_input_other')</filter>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
108 </data>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
109 <data name="siff_table_user_user" format="tabular" from_work_dir="siff_table.tsv" label="sif_table.tsv">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
110 <filter>(cond_input_type['select_input_type'] == 'select_input_other')</filter>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
111 </data>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
112 </outputs>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
113
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
114 <tests>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
115 <test expect_num_outputs="3">
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
116 <conditional name="cond_input_type" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
117 <param name="select_input_type" value="select_input_from_w4m" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
118 <param name="dataMatrix" value="in_DM1.tabular" ftype="tabular" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
119 <param name="sampleMetadata" value="in_SM1.tabular" ftype="tabular" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
120 <param name="variableMetadata" value="in_VM1.tabular" ftype="tabular" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
121 <conditional name="cond_function" >
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
122 <param name="select_funtion" value="sort_and_corr" />
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
123 </conditional>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
124 </conditional>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
125 <output name="sorted_table" file="out_VM1.tabular"/>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
126 <output name="correlation_matrix_selected" file="out_corr1.tabular"/>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
127 <output name="siff_table" file="out_sif1.tabular"/>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
128 </test>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
129 </tests>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
130
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
131 <help>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
132
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
133 .. class:: infomark
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
134
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
135 **Authors** Antoine Gravot (Protocole conception) and Misharl Monsoor (for initial galaxy wrapper and R script).
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
136
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
137 **Additional W4M contributors** ABiMS TEAM (SU/CNRS - Station biologique de Roscoff) and PFEM (INRAE - MetaboHUB)
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
138
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
139 ---------------------------------------------------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
140
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
141 ================================
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
142 Metabolites correlation analysis
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
143 ================================
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
144
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
145 -----------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
146 Description
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
147 -----------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
148
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
149 This tool takes as inputs either tabular table files from the metabolomic workflow (variableMetadata, dataMatrix and sampleMetadata) or a table file of your own
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
150 and can execute three different functions ("sorting", "corrdel" and "corr_matrix").
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
151
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
152 **The "sorting" function:** *used for metabolomic workflow*
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
153
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
154 | 1) First of all, it sorts the data by pcgroup.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
155 | 2) It computes the mean operation of all the signal values of the metabolites by sample, and put the results in a new column "signal_moy".
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
156 | 3) It finally creates a tabular output "sorted_variableMetadata.tsv".
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
157
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
158 **The "corrdel" function:** *used for metabolomic workflow*
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
159
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
160 | **For each pcgroup** of the previous sorted tabular file "sorted_table.tsv", it does the following things:
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
161 | - it computes a correlation matrix
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
162 | - it determines the metabolites which are not correlated to others from the same pcgroup based on the threshold value filled in the "Correlation threshold for pcgroup" parameter
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
163 | - the metabolites are sorted by the mean signal intensity (form the highest to the lowest), and each metabolite is tested to the previous ones in the list ; if the tested metabolite is at least correlated to one previous one, it is tagged as DEL (for "deleted", written in a column called "suppress")
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
164 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
165 | It creates two additional tabular files:
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
166 | - "correlation_matrix_selected.tsv" (correlation matrix of selected metabolites only)
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
167 | - "sif_table.tsv" (for visualization in CytoScape, based on selected metabolites and "Cytoscape correlation threshold" filled value)
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
168
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
169
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
170 **The "corr_matrix" function:** *used for user table file*
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
171
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
172 | It computes a correlation matrix named "correlation_matrix.tsv" and creates a sif file named "sif_table.tsv" (for visualization in CytoScape).
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
173
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
174
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
175
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
176 -----------------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
177 Workflow position
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
178 -----------------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
179
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
180
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
181 **Examples of upstream tools**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
182
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
183 +---------------------------+--------------------------+--------+------------------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
184 | Name | Output file | Format | parameter |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
185 +===========================+==========================+========+========================+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
186 |xcms findChromPeaks Merger |sampleMetada.tsv | Tabular| Sample metadata |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
187 +---------------------------+--------------------------+--------+------------------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
188 |xcms fillChromPeaks |dataMatrix.tsv | Tabular| Data matrix |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
189 +---------------------------+--------------------------+--------+------------------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
190 |CAMERA.annotate |variableMetadata.tsv | Tabular| Variable metadata |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
191 +---------------------------+--------------------------+--------+------------------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
192
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
193
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
194
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
195 **Examples of downstream tools**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
196
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
197 +---------------------------+--------------------------------------+--------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
198 | Name | Output file | Format |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
199 +===========================+======================================+========+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
200 |Hierarchical Clustering |selected_metabolites_transpo.tsv | Tabular|
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
201 +---------------------------+--------------------------------------+--------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
202 |ANOVA |selected_metabolites_transpo.tsv | Tabular|
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
203 +---------------------------+--------------------------------------+--------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
204
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
205
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
206
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
207 **General schema of the metabolomic workflow**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
208
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
209 .. image:: MetaboAnalysisCorrelation_workflow.png
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
210
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
211 -----------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
212 Input files
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
213 -----------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
214
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
215 +--------------------------------+------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
216 | Parameter: label | Format |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
217 +================================+============+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
218 | Data matrix | Tabular |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
219 +--------------------------------+------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
220 | Sample metadata | Tabular |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
221 +--------------------------------+------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
222 | Variable metadata | Tabular |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
223 +--------------------------------+------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
224 | User table file | Tabular |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
225 +--------------------------------+------------+
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
226
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
227
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
228 ----------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
229 Parameters
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
230 ----------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
231
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
232 **Choice of your input files**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
233
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
234 | **variableMetadata**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
235 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
236 | For example, the "variableMetadata.tsv" tabular file generated by the CAMERA.annotate step of the workflow.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
237 | This table must contain in particular two columns named "**pcgroup**" and "**rt**" (it is case-sensitive).
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
238 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
239 | **dataMatrix**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
240 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
241 | For example, the "dataMatrix.tsv" tabular file generated by the CAMERA.annotate step of the workflow.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
242 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
243 | **sampleMetadata**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
244 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
245 | For example, the tabular file with the samples metadata generated by the xcmsSet step: one sample per line and at least two columns: ids and one variable.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
246 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
247 | **user table**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
248 |
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
249 | Tabular containing intensities where your variables (metabolites) are in columns (for example a transposition of your datamatrix file)
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
250
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
251 **Correlation threshold for pcgroup** *(metabolomic workflow only)*
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
252
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
253 The threshold value that will determine if two metabolites are correlated inside a same pcgroup after the creation of the global correlation matrix.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
254 If you do not want to use the intra-pcgroup filter (see "corrdel" function in the description section), put this threshold to 1 and all ions will be kept.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
255
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
256 **Choice of the correlation method**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
257
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
258 Choose the correlation method (pearson, kendall or spearman).
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
259
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
260 **Cytoscape correlation threshold**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
261
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
262 Choose a threshold value for selecting edges (i.e. correlations between metabolites) that will be exported to the Cytoscape sif format file.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
263
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
264 ------------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
265 Output files
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
266 ------------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
267
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
268
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
269
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
270 **sorted_variableMetadata.tsv** *(metabolomic workflow only)*
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
271
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
272 | A tabular file which:
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
273 | 1) contains the original variable metadata columns
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
274 | 2) is sorted by the pcgroup column
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
275 | 3) contains a new column "signal_moy" (mean of all the signal values of the metabolites by sample)
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
276 | 4) (depending of parameters) contains a "suppress" column
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
277
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
278 **correlation_matrix_selected.tsv** *(metabolomic workflow only)*
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
279
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
280 | A correlation matrix containing only the metabolites selected in each pcgroup (metabolites tagged as "DEL" in "suppress" column are removed),
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
281 | completed with two columns "rtmed" and "signal_moy".
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
282
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
283 **sif_table.tsv**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
284
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
285 | A tabular file (three columns: Metabolite1, Correlation coefficient, Metabolite 2) that can be used in Cytoscape.
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
286
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
287 ------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
288
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
289 .. class:: infomark
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
290
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
291 The output **selected_metabolites_dataMatrix.tsv** is a tabular file. You can continue your analysis using it for example in the following statistical tools:
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
292 | Hierarchical Clustering
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
293 | ANOVA
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
294
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
295
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
296 ---------------------------------------------------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
297
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
298 Changelog/News
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
299 --------------
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
300
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
301
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
302 **Version 1.0.1+galaxy0 - 10/12/2020**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
303
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
304 - Update of some of the outputs' formats to match standard W4M table format
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
305 - Standard output (stdout) log improvement
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
306 - Change of testing data for faster job running for tests
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
307 - Fix: generation of the outputs for "Your table file" option
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
308
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
309 **Version 1.0.1 - 20/09/2016**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
310
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
311 - TEST: refactoring to pass functional test using conda dependencies
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
312 - Help improvement
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
313
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
314
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
315 **Version 20141118 - 18/11/2014**
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
316
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
317 </help>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
318 <citations>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
319 <citation type="doi">10.1093/bioinformatics/btu813</citation>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
320 </citations>
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
321
58997c28b268 "planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e"
workflow4metabolomics
parents:
diff changeset
322 </tool>