Mercurial > repos > lecorguille > anova
annotate abims_anova.xml @ 9:4f06e1796334 draft
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
author | lecorguille |
---|---|
date | Thu, 26 Oct 2017 09:30:56 -0400 |
parents | |
children | b147b17759a6 |
rev | line source |
---|---|
9
4f06e1796334
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"> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
2 |
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> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
4 |
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> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
7 </requirements> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
8 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
9 <stdio> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
10 <exit_code range="1:" level="fatal" /> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
11 </stdio> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
12 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
13 <command> |
4f06e1796334
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' |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
15 condition "c('$condition_1' |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
16 #for $i, $s in enumerate( $conditions ) |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
17 ,'${s.condition}' |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
18 #end for |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
19 )" |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
20 interaction $interaction |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
21 method $method |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
22 threshold $threshold |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
23 selection_method $selection_method |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
24 sep '$sep' |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
25 dec '$dec' |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
26 outputdatapvalue '$dataMatrixPValue' |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
27 outputdatafiltered '$dataMatrixFiltered' |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
28 </command> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
29 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
30 <inputs> |
4f06e1796334
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." /> |
4f06e1796334
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" /> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
33 |
4f06e1796334
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"> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
35 <label>Mode</label> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
36 <option value="row">row</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
37 <option value="column">column</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
38 </param> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
39 |
4f06e1796334
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" /> |
4f06e1796334
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"> |
4f06e1796334
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" /> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
43 </repeat> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
44 |
4f06e1796334
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)" /> |
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="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
|
48 <label>PValue adjusted method</label> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
49 <option value="BH">BH</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
50 <option value="holm">holm</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
51 <option value="bonferroni">bonferroni</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
52 <option value="hochberg">hochberg</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
53 <option value="hommel">hommel</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
54 <option value="BY">BY</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
55 <option value="fdr">fdr</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
56 <option value="none">none</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
57 </param> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
58 |
4f06e1796334
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" /> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
60 |
4f06e1796334
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. "> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
62 <label>Selection method</label> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
63 <option value="intersection" selected="true">intersection / strong</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
64 <option value="union">union / weak</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
65 </param> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
66 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
67 <param name="sep" type="select" format="text"> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
68 <label>Separator of columns</label> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
69 <option value="tabulation">tabulation</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
70 <option value="semicolon">;</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
71 <option value="comma">,</option> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
72 </param> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
73 |
4f06e1796334
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="" /> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
75 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
76 </inputs> |
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 <outputs> |
4f06e1796334
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}"/> |
4f06e1796334
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}"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
81 </outputs> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
82 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
83 <tests> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
84 <test> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
85 <param name="input" value="dataMatrix.tsv"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
86 <param name="sampleinfo" value="sampleMetadata.tsv"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
87 <param name="mode" value="row"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
88 <param name="condition_1" value="age"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
89 <param name="conditions_0|condition" value="gender"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
90 <param name="interaction" value="F"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
91 <param name="method" value="BH"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
92 <param name="threshold" value="0.05"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
93 <param name="selection_method" value="union"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
94 <param name="sep" value="tabulation"/> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
95 <param name="dev" value="."/> |
4f06e1796334
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" /> |
4f06e1796334
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" /> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
98 </test> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
99 </tests> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
100 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
101 <help> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
102 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
103 .. class:: infomark |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
104 |
4f06e1796334
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 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
106 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
107 --------------------------------------------------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
108 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
109 ===== |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
110 Anova |
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 Description |
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 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
|
118 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
|
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 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
122 ----------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
123 Input files |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
124 ----------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
125 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
126 +---------------------------+------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
127 | Parameter : num + label | Format | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
128 +===========================+============+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
129 | 1 : Data Matrix file | Tabular | |
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 | 2 : Sample Metadata file | Tabular | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
132 +---------------------------+------------+ |
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 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
135 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
136 ------------ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
137 Output files |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
138 ------------ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
139 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
140 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
141 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
142 ***.anova_pvalue.tabular** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
143 |
4f06e1796334
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). |
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 ***.anova_filtered.tabular** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
147 |
4f06e1796334
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. |
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 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
153 .. class:: infomark |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
154 |
4f06e1796334
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: |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
156 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
157 | PCA |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
158 | Hierarchical Clustering |
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 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
161 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
162 --------------------------------------------------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
163 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
164 --------------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
165 Working example |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
166 --------------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
167 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
168 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
169 Input files |
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 **>A part of an example of Data Matrix file input** |
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 | Name | Bur-eH_FSP_12 | Bur-eH_FSP_24 | |
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 |M202T601| 91206595.7559783 |106808979.08546 | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
179 +--------+------------------+----------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
180 |M234T851| 27249137.275504 |28824971.3177926| |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
181 +--------+------------------+----------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
182 |
4f06e1796334
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** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
184 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
185 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
186 +---------------------------+------------+------------+------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
187 | Sample name | class | time | batch | |
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 | Bur-eH_FSP_12 | Bur-eH | 12 | 1 | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
190 +---------------------------+------------+------------+------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
191 | Bur-eH_FSP_24 | Bur-eH | 24 | 1 | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
192 +---------------------------+------------+------------+------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
193 | Bur-NI_FSP_12 | Bur-NI | 12 | 2 | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
194 +---------------------------+------------+------------+------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
195 | Bur-NI_FSP_24 | Bur-NI | 24 | 2 | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
196 +---------------------------+------------+------------+------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
197 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
198 Parameters |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
199 ---------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
200 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
201 | Mode -> **row** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
202 | column name of condition -> **class** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
203 | Separator of columns: -> **tabulation** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
204 | Decimal separator -> **.** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
205 | PValue adjusted method -> **BH** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
206 | Threshold -> **0.001** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
207 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
208 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
209 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
210 Output files |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
211 ------------ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
212 |
4f06e1796334
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:** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
214 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
215 .. image:: anova_pvalue.png |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
216 |
4f06e1796334
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:** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
218 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
219 .. image:: anova_filtered.png |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
220 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
221 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
222 --------------------------------------------------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
223 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
224 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
225 --------------------------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
226 Position in workflow4metabo |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
227 --------------------------- |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
228 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
229 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
230 **Upstream tools** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
231 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
232 +---------------------------+----------------------------------------+--------+------------------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
233 | Name | Output file | Format | parameter | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
234 +===========================+========================================+========+========================+ |
4f06e1796334
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 | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
236 +---------------------------+----------------------------------------+--------+------------------------+ |
4f06e1796334
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 | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
238 +---------------------------+----------------------------------------+--------+------------------------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
239 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
240 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
241 **Downstream tools** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
242 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
243 +---------------------------+---------------------------------------------------------+--------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
244 | Name | Output file | Format | |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
245 +===========================+=========================================================+========+ |
4f06e1796334
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| |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
247 +---------------------------+---------------------------------------------------------+--------+ |
4f06e1796334
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| |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
249 +---------------------------+---------------------------------------------------------+--------+ |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
250 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
251 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
252 **General schema of the metabolomic workflow** |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
253 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
254 .. image:: anova_workflow.png |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
255 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
256 </help> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
257 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
258 <citations> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
259 <citation type="bibtex">@ARTICLE{fisher, |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
260 author = {Ronald A. Fisher}, |
4f06e1796334
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}, |
4f06e1796334
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}, |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
263 year = {1918}, |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
264 volume = {52}, |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
265 pages = {399-433} |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
266 }</citation> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
267 </citations> |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
268 |
4f06e1796334
planemo upload for repository https://github.com/workflow4metabolomics/anova commit dec8e4ddb5cedacc334b8397ac1549c8701d623b
lecorguille
parents:
diff
changeset
|
269 </tool> |