annotate abims_anova.xml @ 11:102049093b7d draft default tip

planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
author lecorguille
date Tue, 13 Mar 2018 09:47:21 -0400
parents b147b17759a6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
102049093b7d planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
lecorguille
parents: 10
diff changeset
1 <tool id="abims_anova" name="Anova" version="1.2.1">
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
2
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
3 <description>N-way anova. With ou Without interactions</description>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
4
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
5 <requirements>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
6 <requirement type="package" version="1.1_4">r-batch</requirement>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
7 <requirement type="package" version="1.2">r-venn</requirement>
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
8 </requirements>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
10 <stdio>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
11 <exit_code range="1:" level="fatal" />
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
12 </stdio>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
13
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
14 <command>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
15 Rscript $__tool_directory__/abims_anova.r file '$input' sampleinfo '$sampleinfo' varinfo '$varinfo' mode '$mode'
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
16 condition "c('$condition_1'
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
17 #for $i, $s in enumerate( $conditions )
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
18 ,'${s.condition}'
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
19 #end for
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
20 )"
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
21 interaction $interaction
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
22 method $method
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
23 threshold $threshold
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
24 selection_method $selection_method
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
25 sep '$sep'
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
26 dec '$dec'
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
27 outputdatapvalue '$varMetaPValue'
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
28 outputdatasignif '$dataSignif'
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
29 </command>
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
30
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
31 <inputs>
11
102049093b7d planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
lecorguille
parents: 10
diff changeset
32 <param name="input" type="data" label="Data Matrix file" format="tabular,csv" help="Matrix of numeric data with headers." />
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
33 <param name="sampleinfo" type="data" label="Sample Metadata file" format="tabular" help="Tabular file with the data metadata : one sample per line and at least two columns : ids and one condition" />
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
34 <param name="varinfo" type="data" label="Variable Metadata file" format="tabular" help="Tabular file with information about your tested variables. Only used to aggregate generated information." />
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
35
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
36 <param name="mode" type="select" help="Perform the anova tests on column/row; for W4M 3-tables format, use 'row'." format="text" optional="true">
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
37 <label>Mode</label>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
38 <option value="row" selected="True">row</option>
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
39 <option value="column">column</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
40 </param>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
41
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
42 <param name="condition_1" type="text" label="Condition" value="" help="The column name of the condition. ex: hour or treatment" optional="false" />
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
43 <repeat name="conditions" title="Conditions for N-ways anova">
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
44 <param name="condition" type="text" label="Condition" value="" help="The column name of the condition. ex: hour or treatment" />
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
45 </repeat>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
46
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
47 <param name="interaction" type="boolean" label="Enable interaction response p-values" truevalue="T" falsevalue="F" help="Used if more than 1 conditon. The anova will produse p-value according to the interaction between your condition (ex: condition1:conditions2, condition1:conditions3, condition2:conditions3 and condition1:condition2:conditions3)" />
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
48
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
49 <param name="method" type="select" help="Method used to apply a correction on the pvalue because of the number of test" >
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
50 <label>PValue adjusted method</label>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
51 <option value="BH">BH</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
52 <option value="holm">holm</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
53 <option value="bonferroni">bonferroni</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
54 <option value="hochberg">hochberg</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
55 <option value="hommel">hommel</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
56 <option value="BY">BY</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
57 <option value="fdr">fdr</option>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
58 <option value="none" selected="True">none</option>
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
59 </param>
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
60
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
61 <param name="threshold" type="float" label="Threshold" value="0.01" help="max adjusted p.value accepted" />
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
62
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
63 <param name="selection_method" type="select" help="Intersection: all condition p-value must be under the threshold. Union: at least condition p-value must be under the threshold. ">
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
64 <label>Selection method</label>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
65 <option value="intersection" selected="true">intersection / strong</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
66 <option value="union">union / weak</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
67 </param>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
68
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
69 <param name="sep" type="select" format="text">
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
70 <label>Separator of columns</label>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
71 <option value="tabulation">tabulation</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
72 <option value="semicolon">;</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
73 <option value="comma">,</option>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
74 </param>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
75
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
76 <param name="dec" type="text" label="Decimal separator" value="." help="" />
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
77
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
78 </inputs>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
79
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
80 <outputs>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
81 <data name="varMetaPValue" format_source="varinfo" label="${varinfo.name}_anova_pvalue.${varinfo.ext}"/>
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
82 <data name="dataSignif" format="pdf" label="${input.name}_anova_signif"/>
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
83 </outputs>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
84
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
85 <tests>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
86 <test>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
87 <param name="input" value="dataMatrix.tsv"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
88 <param name="sampleinfo" value="sampleMetadata.tsv"/>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
89 <param name="varinfo" value="variableMetadata.tsv"/>
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
90 <param name="mode" value="row"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
91 <param name="condition_1" value="age"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
92 <param name="conditions_0|condition" value="gender"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
93 <param name="interaction" value="F"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
94 <param name="method" value="BH"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
95 <param name="threshold" value="0.05"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
96 <param name="selection_method" value="union"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
97 <param name="sep" value="tabulation"/>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
98 <param name="dev" value="."/>
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
99 <output name="varMetaPValue" file="variableMetadata.tsv_anova_pvalue.tabular" />
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
100 <output name="dataSignif" file="dataMatrix.tsv_anova_signif.pdf" compare="sim_size" delta="600" />
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
101 </test>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
102 </tests>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
103
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
104 <help>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
105
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
106 .. class:: infomark
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
107
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
108 **Authors** Gildas Le Corguille ABiMS - UPMC/CNRS - Station Biologique de Roscoff - gildas.lecorguille|at|sb-roscoff.fr
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
109 Melanie Petera - PFEM ; INRA ; MetaboHUB
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
110
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
111 ---------------------------------------------------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
112
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
113 =====
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
114 Anova
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
115 =====
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
116
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
117 -----------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
118 Description
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
119 -----------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
120
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
121 Analysis of variance (ANOVA) is used to analyze the differences between group means and their associated procedures,
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
122 in which the observed variance in a particular variable is partitioned into components attributable to different sources of variation.
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
123
11
102049093b7d planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
lecorguille
parents: 10
diff changeset
124 **Note about sum of squares (SS) calculation of N-way ANOVA in this module.**
102049093b7d planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
lecorguille
parents: 10
diff changeset
125 This module use R function *manova()* (and thus R function *aov()*) to establish N-way ANOVA.
102049093b7d planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
lecorguille
parents: 10
diff changeset
126 Therefore calculated sum of squares are sequential ones (sometimes called "Type I SS").
102049093b7d planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
lecorguille
parents: 10
diff changeset
127 If your design is unbalanced, this may not correspond to the type of hypothesis being of interest.
102049093b7d planemo upload for repository https://github.com/workflow4metabolomics/anova commit 4922313a0e9569326b7723c41babb89f998dbfd9
lecorguille
parents: 10
diff changeset
128 Note that you can obtain adjusted sums of squares ("Type II SS") by running several times this module with different orders in factors.
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
129
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
130
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
131 -----------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
132 Input files
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
133 -----------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
134
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
135 +----------------------------+------------+
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
136 | Parameter : num + label | Format |
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
137 +============================+============+
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
138 | 1 : Data Matrix file | Tabular |
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
139 +----------------------------+------------+
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
140 | 2 : Sample Metadata file | Tabular |
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
141 +----------------------------+------------+
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
142 | 3 : Variable Metadata file | Tabular |
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
143 +----------------------------+------------+
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
144
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
145
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
146 ------------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
147 Output files
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
148 ------------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
149
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
150
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
151
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
152 ***.anova_pvalue.tabular**
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
153
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
154 | Your variable metadata file completed with columns of p-values, result of selection method and means of subgroups.
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
155
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
156 ***.anova_signif.pdf**
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
157
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
158 | A pdf file containing a Venn diagram and boxplots of significant variables.
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
159
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
160
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
161 ------
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
162
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
163 .. class:: infomark
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
164
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
165 The outputs ***.anova_filtered.tabular** is a tabular file. You can continue your analysis using it in the following tools:
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
166
10
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
167 | Generic_filter
b147b17759a6 planemo upload for repository https://github.com/workflow4metabolomics/anova commit 28838bb8dafd6d286157db77f181ed8a1b586664
lecorguille
parents: 9
diff changeset
168 | Hierarchical Clustering
9
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
169
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
170
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
171
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
172 ---------------------------------------------------
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
173
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
174
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
175
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
176 </help>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
177
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
178 <citations>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
179 <citation type="bibtex">@ARTICLE{fisher,
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
180 author = {Ronald A. Fisher},
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
181 title = {The Correlation between Relatives on the Supposition of Mendelian Inheritance},
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
182 journal = {Philosophical Transactions of the Royal Society of Edinburgh},
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
183 year = {1918},
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
184 volume = {52},
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
185 pages = {399-433}
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
186 }</citation>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
187 </citations>
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
188
4f06e1796334 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
189 </tool>