annotate abims_anova.xml @ 6:0f8a79085317 draft

planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
author lecorguille
date Thu, 26 Oct 2017 09:30:37 -0400
parents
children 8190dfb5a351
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
1 <tool id="abims_anova" name="Anova" version="1.1.4">
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
2
0f8a79085317 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>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
4
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
5 <requirements>
0f8a79085317 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>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
7 </requirements>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
8
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
9 <stdio>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
10 <exit_code range="1:" level="fatal" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
11 </stdio>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
12
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
13 <command>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
14 Rscript $__tool_directory__/abims_anova.r file '$input' sampleinfo '$sampleinfo' mode '$mode'
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
15 condition "c('$condition_1'
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
16 #for $i, $s in enumerate( $conditions )
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
17 ,'${s.condition}'
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
18 #end for
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
19 )"
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
20 interaction $interaction
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
21 method $method
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
22 threshold $threshold
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
23 selection_method $selection_method
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
24 sep '$sep'
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
25 dec '$dec'
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
26 outputdatapvalue '$dataMatrixPValue'
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
27 outputdatafiltered '$dataMatrixFiltered'
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
28 </command>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
29
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
30 <inputs>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
31 <param name="input" type="data" label="Data Matrix file" format="tabular" help="Matrix of numeric data with headers." />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
32 <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" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
33
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
34 <param name="mode" type="select" help="Perform the anova tests on column/row" format="text" optional="true">
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
35 <label>Mode</label>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
36 <option value="row">row</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
37 <option value="column">column</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
38 </param>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
39
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
40 <param name="condition_1" type="text" label="Condition" value="" help="The column name of the condition. ex: hour or treatment" optional="false" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
41 <repeat name="conditions" title="Conditions for N-ways anova">
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
42 <param name="condition" type="text" label="Condition" value="" help="The column name of the condition. ex: hour or treatment" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
43 </repeat>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
44
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
45 <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)" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
46
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
47 <param name="method" type="select" help="Method used to apply a correction on the pvalue because of the number of test" >
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
48 <label>PValue adjusted method</label>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
49 <option value="BH">BH</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
50 <option value="holm">holm</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
51 <option value="bonferroni">bonferroni</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
52 <option value="hochberg">hochberg</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
53 <option value="hommel">hommel</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
54 <option value="BY">BY</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
55 <option value="fdr">fdr</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
56 <option value="none">none</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
57 </param>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
58
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
59 <param name="threshold" type="float" label="Threshold" value="0.01" help="max adjusted p.value accepted" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
60
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
61 <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. ">
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
62 <label>Selection method</label>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
63 <option value="intersection" selected="true">intersection / strong</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
64 <option value="union">union / weak</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
65 </param>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
66
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
67 <param name="sep" type="select" format="text">
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
68 <label>Separator of columns</label>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
69 <option value="tabulation">tabulation</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
70 <option value="semicolon">;</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
71 <option value="comma">,</option>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
72 </param>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
73
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
74 <param name="dec" type="text" label="Decimal separator" value="." help="" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
75
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
76 </inputs>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
77
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
78 <outputs>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
79 <data name="dataMatrixPValue" format_source="input" label="${input.name}_anova_pvalue.${input.ext}"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
80 <data name="dataMatrixFiltered" format_source="input" label="${input.name}_anova_filtered.${input.ext}"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
81 </outputs>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
82
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
83 <tests>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
84 <test>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
85 <param name="input" value="dataMatrix.tsv"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
86 <param name="sampleinfo" value="sampleMetadata.tsv"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
87 <param name="mode" value="row"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
88 <param name="condition_1" value="age"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
89 <param name="conditions_0|condition" value="gender"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
90 <param name="interaction" value="F"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
91 <param name="method" value="BH"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
92 <param name="threshold" value="0.05"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
93 <param name="selection_method" value="union"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
94 <param name="sep" value="tabulation"/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
95 <param name="dev" value="."/>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
96 <output name="dataMatrixPValue" file="dataMatrix.tsv_anova_pvalue.tabular" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
97 <output name="dataMatrixFiltered" file="dataMatrix.tsv_anova_filtered.tabular" />
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
98 </test>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
99 </tests>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
100
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
101 <help>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
102
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
103 .. class:: infomark
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
104
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
105 **Authors** Gildas Le Corguille ABiMS - UPMC/CNRS - Station Biologique de Roscoff - gildas.lecorguille|at|sb-roscoff.fr
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
106
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
107 ---------------------------------------------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
108
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
109 =====
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
110 Anova
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
111 =====
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
112
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
113 -----------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
114 Description
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
115 -----------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
116
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
117 Analysis of variance (ANOVA) is used to analyze the differences between group means and their associated procedures,
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
118 in which the observed variance in a particular variable is partitioned into components attributable to different sources of variation.
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
119
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
120
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
121
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
122 -----------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
123 Input files
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
124 -----------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
125
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
126 +---------------------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
127 | Parameter : num + label | Format |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
128 +===========================+============+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
129 | 1 : Data Matrix file | Tabular |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
130 +---------------------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
131 | 2 : Sample Metadata file | Tabular |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
132 +---------------------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
133
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
134
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
135
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
136 ------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
137 Output files
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
138 ------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
139
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
140
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
141
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
142 ***.anova_pvalue.tabular**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
143
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
144 | A tabular file which represents for each metabolite (row), the value of the intensity in each sample (column) + two columns (aovPValue and aovAdjPValue).
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
145
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
146 ***.anova_filtered.tabular**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
147
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
148 | The tabular file xset.anova_pvalue.tabular containing only the metabolites that have been filtered by aovAdjPValue.
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
149
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
150
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
151 ------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
152
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
153 .. class:: infomark
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
154
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
155 The outputs ***.anova_filtered.tabular** or ***.anova_pvalue.tabular** are tabular files. You can continue your analysis using it in the following tools:
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
156
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
157 | PCA
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
158 | Hierarchical Clustering
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
159
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
160
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
161
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
162 ---------------------------------------------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
163
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
164 ---------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
165 Working example
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
166 ---------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
167
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
168
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
169 Input files
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
170 -----------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
171
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
172 **>A part of an example of Data Matrix file input**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
173
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
174
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
175 +--------+------------------+----------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
176 | Name | Bur-eH_FSP_12 | Bur-eH_FSP_24 |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
177 +========+==================+================+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
178 |M202T601| 91206595.7559783 |106808979.08546 |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
179 +--------+------------------+----------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
180 |M234T851| 27249137.275504 |28824971.3177926|
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
181 +--------+------------------+----------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
182
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
183 **>A part of an example of Sample Metadata file input**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
184
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
185
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
186 +---------------------------+------------+------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
187 | Sample name | class | time | batch |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
188 +===========================+============+============+============+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
189 | Bur-eH_FSP_12 | Bur-eH | 12 | 1 |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
190 +---------------------------+------------+------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
191 | Bur-eH_FSP_24 | Bur-eH | 24 | 1 |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
192 +---------------------------+------------+------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
193 | Bur-NI_FSP_12 | Bur-NI | 12 | 2 |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
194 +---------------------------+------------+------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
195 | Bur-NI_FSP_24 | Bur-NI | 24 | 2 |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
196 +---------------------------+------------+------------+------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
197
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
198 Parameters
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
199 ----------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
200
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
201 | Mode -> **row**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
202 | column name of condition -> **class**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
203 | Separator of columns: -> **tabulation**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
204 | Decimal separator -> **.**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
205 | PValue adjusted method -> **BH**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
206 | Threshold -> **0.001**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
207
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
208
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
209
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
210 Output files
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
211 ------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
212
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
213 **Part of an example of xset.anova_filtered.tabular:**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
214
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
215 .. image:: anova_pvalue.png
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
216
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
217 **Part of an example of xset.anova_pvalue.tabular:**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
218
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
219 .. image:: anova_filtered.png
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
220
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
221
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
222 ---------------------------------------------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
223
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
224
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
225 ---------------------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
226 Position in workflow4metabo
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
227 ---------------------------
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
228
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
229
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
230 **Upstream tools**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
231
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
232 +---------------------------+----------------------------------------+--------+------------------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
233 | Name | Output file | Format | parameter |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
234 +===========================+========================================+========+========================+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
235 |CAMERA.annotateDiffreport |xset.annotatediffreport.data_matrix.tsv | Tabular| Data table file |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
236 +---------------------------+----------------------------------------+--------+------------------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
237 |xcms.xcmsSet |sample_info.tab | Tabular| sample info table file |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
238 +---------------------------+----------------------------------------+--------+------------------------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
239
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
240
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
241 **Downstream tools**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
242
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
243 +---------------------------+---------------------------------------------------------+--------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
244 | Name | Output file | Format |
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
245 +===========================+=========================================================+========+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
246 |PCA |xset.anova_pvalue.tabular OR xset.anova_filtered.tabular | Tabular|
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
247 +---------------------------+---------------------------------------------------------+--------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
248 |Hierarchical Clustering |xset.anova_pvalue.tabular OR xset.anova_filtered.tabular | Tabular|
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
249 +---------------------------+---------------------------------------------------------+--------+
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
250
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
251
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
252 **General schema of the metabolomic workflow**
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
253
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
254 .. image:: anova_workflow.png
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
255
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
256 </help>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
257
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
258 <citations>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
259 <citation type="bibtex">@ARTICLE{fisher,
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
260 author = {Ronald A. Fisher},
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
261 title = {The Correlation between Relatives on the Supposition of Mendelian Inheritance},
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
262 journal = {Philosophical Transactions of the Royal Society of Edinburgh},
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
263 year = {1918},
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
264 volume = {52},
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
265 pages = {399-433}
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
266 }</citation>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
267 </citations>
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
268
0f8a79085317 planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff changeset
269 </tool>