Mercurial > repos > lecorguille > camera_annotate
annotate abims_CAMERA_annotateDiffreport.xml @ 16:a2c49996603e draft
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
author | lecorguille |
---|---|
date | Wed, 19 Sep 2018 03:22:21 -0400 |
parents | 6139bfcc95cb |
children | 73d82de36369 |
rev | line source |
---|---|
16
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
1 <tool id="abims_CAMERA_annotateDiffreport" name="CAMERA.annotate" version="2.2.3"> |
0 | 2 |
3 <description>CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition.</description> | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
4 |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
5 <macros> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
6 <import>macros.xml</import> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
7 </macros> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
8 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
9 <expand macro="requirements"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
10 <expand macro="stdio"/> |
0 | 11 |
8 | 12 <command><![CDATA[ |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
13 @COMMAND_CAMERA_SCRIPT@ |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
14 xfunction annotatediff |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
15 image '$image' |
8 | 16 |
17 nSlaves \${GALAXY_SLOTS:-1} | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
18 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
19 ## output |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
20 variableMetadataOutput '$variableMetadata' |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
21 dataMatrixOutput '$datamatrix' |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
22 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
23 ## groupFWHM |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
24 sigma $groupfwhm.sigma |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
25 perfwhm $groupfwhm.perfwhm |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
26 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
27 ## findGeneral |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
28 ppm $findgeneral.ppm |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
29 mzabs $findgeneral.mzabs |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
30 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
31 ## findIsotopes |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
32 maxcharge $findisotopes.maxcharge |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
33 maxiso $findisotopes.maxiso |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
34 minfrac $findisotopes.minfrac |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
35 |
0 | 36 quick $quick_block.quick |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
37 #if $quick_block.quick == "FALSE": |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
38 xsetRdataOutput '$rdata_quick_false' |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
39 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
40 ## groupcorr |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
41 cor_eic_th $quick_block.groupcorr.cor_eic_th |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
42 graphMethod $quick_block.groupcorr.graphMethod |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
43 pval $quick_block.groupcorr.pval |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
44 calcCiS $quick_block.groupcorr.calcCiS |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
45 calcIso $quick_block.groupcorr.calcIso |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
46 calcCaS $quick_block.groupcorr.calcCaS |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
47 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
48 ## findadducts |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
49 polarity $quick_block.findadducts.polarity |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
50 max_peaks $quick_block.findadducts.max_peaks |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
51 #if $quick_block.findadducts.rules_block.rules_select == "FALSE": |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
52 multiplier $quick_block.findadducts.rules_block.multiplier |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
53 #else |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
54 rules $quick_block.findadducts.rules_block.rules |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
55 #end if |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
56 #else |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
57 xsetRdataOutput '$rdata_quick_true' |
0 | 58 #end if |
59 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
60 #if $diffreport.options.option == "show": |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
61 ## diffreport |
8 | 62 runDiffreport TRUE |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
63 eicmax $diffreport.options.eicmax |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
64 eicwidth $diffreport.options.eicwidth |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
65 value $diffreport.options.value |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
66 sortpval $diffreport.options.sortpval |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
67 h $diffreport.options.h |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
68 w $diffreport.options.w |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
69 mzdec $diffreport.options.mzdec |
0 | 70 #end if |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
71 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
72 @COMMAND_PEAKLIST@ |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
73 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
74 @COMMAND_FILE_LOAD@ |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
75 |
8 | 76 ]]></command> |
0 | 77 |
78 <inputs> | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
79 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
80 |
0 | 81 <param name="image" type="data" label="RData file" format="rdata.xcms.fillpeaks,rdata" help="output file from another function xcms (fillPeaks)" /> |
82 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
83 <section name="groupfwhm" title="Group co-eluted peaks based on RT [groupFWHM]" expanded="True"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
84 <param name="sigma" type="integer" value="6" label="Multiplier of the standard deviation" help="[sigma]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
85 <param name="perfwhm" type="float" value="0.6" max="1" min="0" label="Percentage of FWHM width" help="[perfwhm]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
86 </section> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
87 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
88 <section name="findgeneral" title="Annotation general options" expanded="True"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
89 <param name="ppm" type="integer" value="5" label="General ppm error" help="[ppm]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
90 <param name="mzabs" type="float" value="0.015" label="General absolut error in m/z" help="[mzabs]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
91 </section> |
0 | 92 |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
93 <section name="findisotopes" title="Annotate Isotopes [findIsotopes]" expanded="True"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
94 <param name="maxcharge" type="integer" value="3" label="Max. ion charge" help="[maxcharge]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
95 <param name="maxiso" type="integer" value="4" label="Max. number of expected isotopes" help="[maxiso]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
96 <param name="minfrac" type="float" value="0.5" max="1" min="0" label="The percentage number of samples, which must satisfy the C12/C13 rule for isotope annotation" help="[minfrac]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
97 </section> |
0 | 98 |
99 <conditional name="quick_block"> | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
100 <param name="quick" type="select" label="Mode" help="[quick] If TRUE, use only groupFWHM and findIsotopes functions. Else if FALSE, use also groupCorr and findAdducts"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
101 <option value="FALSE" selected="true">All functions</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
102 <option value="TRUE">Only groupFWHM and findIsotopes functions [quick]</option> |
0 | 103 </param> |
104 <when value="FALSE"> | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
105 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
106 <section name="groupcorr" title="Verifying grouping co-eluted peaks [groupCorr]" expanded="True"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
107 <param name="cor_eic_th" type="float" value="0.75" max="1" min="0" label="groupCorr: correlation threshold (0..1)" help="[cor_eic_th]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
108 <param name="graphMethod" type="select" label="groupCorr: Method selection for grouping peaks after correlation analysis into pseudospectra" help="[graphMethod]"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
109 <option value="hcs" selected="true">hcs</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
110 <option value="lpc">lpc</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
111 </param> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
112 <param name="pval" type="float" value="0.05" max="1" min="0" label="groupCorr: significant correlation threshold" help="[pval]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
113 <param name="calcCiS" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE" label="groupCorr: Use correlation inside samples for peak grouping" help="[calcCiS]"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
114 <param name="calcIso" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="groupCorr: Use isotopic relationship for peak grouping" help="[calcIso]"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
115 <param name="calcCaS" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="groupCorr: Use correlation across samples for peak grouping" help="[calcCaS]"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
116 </section> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
117 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
118 <section name="findadducts" title="Annotate Adducts [findAdducts]" expanded="True"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
119 <param name="polarity" type="select" label="Which polarity mode was used for measuring of the ms sample" help="polarity"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
120 <option value="positive" >positive</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
121 <option value="negative" selected="true">negative</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
122 </param> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
123 <param name="max_peaks" type="integer" value="100" label="How much peaks will be calculated in every thread using the parallel mode" help="[max_peaks]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
124 <conditional name="rules_block"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
125 <param name="rules_select" type="select" label="Use a personal ruleset file"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
126 <option value="TRUE">TRUE</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
127 <option value="FALSE" selected="true">FALSE</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
128 </param> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
129 <when value="FALSE"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
130 <param name="multiplier" type="integer" value="3" label="If no ruleset is provided, calculate ruleset with max. number n of [nM+x] clusterions" help="[multiplier]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
131 </when> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
132 <when value="TRUE"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
133 <param name="rules" type="data" format="csv" label="User defined ruleset" help="[rules]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
134 </when> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
135 </conditional> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
136 </section> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
137 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
138 </when> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
139 <when value="TRUE"> |
0 | 140 <param name="polarity" type="hidden" value="quick" label="for the output label" help="for the output label" /> |
141 </when> | |
142 </conditional> | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
143 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
144 <!-- Diffreport specific parameters --> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
145 <section name="diffreport" title="Statistics and results export: [diffreport]" expanded="True"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
146 <conditional name="options"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
147 <param name="option" type="select" label="Number of condition"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
148 <option value="hide" selected="true">One condition</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
149 <option value="show">Two or more conditions</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
150 </param> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
151 <when value="show"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
152 <param name="eicmax" type="integer" value="0" label="Number of the most significantly different analytes to create EICs for" help="[eicmax]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
153 <param name="eicwidth" type="integer" value="200" label="Width (in seconds) of EICs produced" help="[eicwidth]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
154 <param name="value" type="select" label="Intensity values to be used for the diffreport" help="[value]"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
155 <option value="into" selected="true">into</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
156 <option value="maxo" >maxo</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
157 <option value="intb">intb</option> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
158 </param> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
159 <param name="h" type="integer" value="480" label="Numeric variable for the height of the eic and boxplots that are printed out" help="[height]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
160 <param name="w" type="integer" value="640" label="Numeric variable for the width of the eic and boxplots print out made" help="[width]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
161 <param name="mzdec" type="integer" value="2" label="Number of decimal places of title m/z values in the eic plot" help="[mzdec]" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
162 <param name="sortpval" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="logical indicating whether the reports should be sorted by p-value" help="[sortpval]"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
163 </when> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
164 <when value="hide"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
165 </when> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
166 </conditional> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
167 </section> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
168 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
169 <expand macro="input_peaklist"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
170 <expand macro="input_file_load"/> |
0 | 171 </inputs> |
172 | |
173 <outputs> | |
3 | 174 <data name="variableMetadata" format="tabular" label="${image.name[:-6]}.annotate.variableMetadata.tsv" /> |
0 | 175 <data name="datamatrix" format="tabular" label="${image.name[:-6]}.annotate.dataMatrix.tsv" /> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
176 <data name="rdata_quick_false" format="rdata.camera.quick" label="${image.name[:-6]}.annotate.${$quick_block.findadducts.polarity}.Rdata" > |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
177 <filter>quick_block['quick'] == 'FALSE'</filter> |
0 | 178 <change_format> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
179 <when input="quick_block.findadducts.polarity" value="positive" format="rdata.camera.positive" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
180 <when input="quick_block.findadducts.polarity" value="negative" format="rdata.camera.negative" /> |
0 | 181 </change_format> |
3 | 182 </data> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
183 <data name="rdata_quick_true" format="rdata.camera.quick" label="${image.name[:-6]}.annotate.quick.Rdata" > |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
184 <filter>quick_block['quick'] == 'TRUE'</filter> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
185 </data> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
186 <data name="output_diffreport" format="text" label="${image.name[:-6]}.annotateDiffreport" hidden="true"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
187 <filter>diffreport['options']['option'] == 'show'</filter> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
188 <discover_datasets pattern="__designation_and_ext__" directory="pdf" visible="true" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
189 <discover_datasets pattern="__designation_and_ext__" directory="tabular" visible="true" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
190 </data> |
0 | 191 </outputs> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
192 |
0 | 193 <tests> |
16
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
194 <!--<test> |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
195 <param name="image" value="faahKO.xset.group.retcor.group.fillpeaks.RData"/> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
196 <expand macro="test_annotate_diffreport"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
197 <expand macro="test_annotate_quick_true"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
198 <expand macro="test_file_load_zip"/> |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
199 <output name="variableMetadata" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv" /> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
200 <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv" /> |
16
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
201 </test>--> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
202 <test> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
203 <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
204 <expand macro="test_annotate_diffreport"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
205 <expand macro="test_annotate_quick_true"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
206 <expand macro="test_file_load_single"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
207 <output name="variableMetadata" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
208 <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
209 </test> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
210 <test> |
16
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
211 <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks-xcms3.RData"/> |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
212 <expand macro="test_annotate_diffreport"/> |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
213 <expand macro="test_annotate_quick_true"/> |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
214 <expand macro="test_file_load_single"/> |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
215 <output name="variableMetadata" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.variableMetadata-xcms3.tsv" /> |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
216 <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.dataMatrix-xcms3.tsv" /> |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
217 </test> |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
218 <test> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
219 <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
220 <expand macro="test_annotate_diffreport"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
221 <conditional name="quick_block"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
222 <expand macro="test_annotate_quick_false" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
223 <section name="findadducts"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
224 <param name="polarity" value="negative"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
225 <conditional name="rules_block"> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
226 <param name="rules_select" value="TRUE"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
227 <param name="rules" value="CASMI_extended_NEG_rules.csv" ftype="csv"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
228 </conditional> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
229 </section> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
230 </conditional> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
231 <expand macro="test_file_load_single"/> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
232 <output name="variableMetadata" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.rules.variableMetadata.tsv" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
233 <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.rules.dataMatrix.tsv" /> |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
234 </test> |
0 | 235 </tests> |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
236 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
237 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
238 |
8 | 239 <help><![CDATA[ |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
240 |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
241 @HELP_AUTHORS@ |
0 | 242 |
243 ================ | |
244 CAMERA.annotate | |
245 ================ | |
246 | |
247 ----------- | |
248 Description | |
249 ----------- | |
250 | |
251 The R-package CAMERA is a Collection of Algorithms for MEtabolite | |
252 pRofile Annotation. Its primary purpose is the annotation and evaluation of | |
253 LC-MS data. It includes algorithms for annotation of isotope peaks, adducts | |
254 and fragments in peak lists. Additional methods cluster mass signals that | |
255 originate from a single metabolite, based on rules for mass differences and | |
256 peak shape comparison. To use the strength of already existing programs, | |
257 CAMERA is designed to interact directly with processed peak data from the | |
258 R-package **xcms**. | |
259 | |
260 **What it does?** | |
261 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
262 The CAMERA annotation procedure can be split into two parts: We want to answer the questions which peaks occur from the same molecule and secondly compute its exact mass and annotate the ion species. Therefore CAMERA annotation workflow contains following primary functions: 1. peak grouping after retention time (**groupFWHM**) 2. peak group verification with peakshape correlation (**groupCorr**) Both methods separate peaks into different groups, which we define as ”pseu- dospectra”. Those pseudospectra can consists from one up to 100 ions, de- pending on the molecules amount and ionizability. Afterwards the exposure of the ion species can be performed with: 2 1. annotation of possible isotopes (**findIsotopes**) 2. annotation of adducts and calculating hypothetical masses for the group (**findAdducts**) This workflow results in a data-frame similar to a xcms peak table, that can be easily stored in a comma separated table .csv (Excel-readable). |
0 | 263 |
264 If you have two or more conditions, it will return a diffreport result within the annotation results. | |
265 The diffreport result shows the most significant differences between two sets of samples. Optionally | |
266 create extracted ion chromatograms for the most significant differences. | |
267 | |
268 | |
269 ----------------- | |
270 Workflow position | |
271 ----------------- | |
272 | |
273 | |
274 **Upstream tools** | |
275 | |
276 ========================= ==================== ====================== ========== | |
277 Name output file format parameter | |
278 ========================= ==================== ====================== ========== | |
279 xcms.fillPeaks xset.fillPeaks.RData rdata.xcms.fillpeaks RData file | |
280 ========================= ==================== ====================== ========== | |
281 | |
282 | |
283 **Downstream tools** | |
284 | |
285 +---------------------------+---------------------------------------+------------------------------------------------+ | |
286 | Name | Output file | Format | | |
287 +===========================+=======================================+================================================+ | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
288 |CAMERA_combinexsAnnot |xset.annotate.Rdata | rdata.camera.positive or rdata.camera.negative | |
0 | 289 +---------------------------+---------------------------------------+------------------------------------------------+ |
290 |Determine Vdk or Lowess |xset.annotate.dataMatrix.tsv | Tabular | | |
291 +---------------------------+---------------------------------------+------------------------------------------------+ | |
292 |Normalization Vdk/Lowess |xset.annotate.dataMatrix.tsv | Tabular | | |
293 +---------------------------+---------------------------------------+------------------------------------------------+ | |
294 |Anova |xset.annotate.dataMatrix.tsv | Tabular | | |
295 +---------------------------+---------------------------------------+------------------------------------------------+ | |
296 |PCA |xset.annotate.dataMatrix.tsv | Tabular | | |
297 +---------------------------+---------------------------------------+------------------------------------------------+ | |
298 |Hierarchical Clustering |xset.annotate.dataMatrix.tsv | Tabular | | |
299 +---------------------------+---------------------------------------+------------------------------------------------+ | |
300 | |
301 | |
302 The output file **xset.annotate.dataMatrix.tsv** is an tabular file. You can continue your analysis using it in the following tools: | |
303 | |
304 | Determine Vdk or Lowess | |
305 | Normalization Vdk/Lowess | |
306 | Anova | |
307 | PCA | |
308 | Hierarchical Clustering | |
309 | |
310 | |
311 **General schema of the metabolomic workflow** | |
312 | |
313 .. image:: annotate_workflow.png | |
314 | |
315 ----------- | |
316 Input files | |
317 ----------- | |
318 | |
319 +---------------------------+---------------------------+ | |
320 | Parameter : num + label | Format | | |
321 +===========================+===========================+ | |
322 | 1 : RData file | rdata.xcms.fillpeaks | | |
323 +---------------------------+---------------------------+ | |
324 | |
325 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
326 [Optional] User defined ruleset: |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
327 -------------------------------- |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
328 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
329 Example: |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
330 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
331 | "name","nmol","charge","massdiff","oidscore","quasi","ips" |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
332 | "[M-H]-",1,-1,-1.007276,1,1,1 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
333 | "[M-2H]2-",1,-2,-2.014552,2,0,1 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
334 | "[M-3H]3-",1,-3,-3.021828,3,0,1 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
335 | "[M-2H+Na]-",1,-1,20.974666,4,0,0.25 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
336 | "[M-H+Cl]2-",1,-2,33.962126,5,0,1 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
337 | "[M-2H+K]-",1,-1,36.948606,6,0,0.25 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
338 | "[M+Cl]-",1,-1,34.969402,7,1,1 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
339 | "[M+2Cl]2-",1,-2,69.938804,8,0,1 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
340 | "[2M-H]-",2,-1,-1.007276,1,0,0.5 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
341 |
0 | 342 ---------- |
343 Parameters | |
344 ---------- | |
345 | |
346 diffreport: Intensity values to be used for the diffreport | |
347 ---------------------------------------------------------- | |
348 | |
349 | If **value="into"**, integrated peak intensities are used. | |
350 | If **value="maxo"**, maximum peak intensities are used. | |
351 | If **value="intb"**, baseline corrected integrated peak intensities are used (only available if peak detection was done by ‘findPeaks.centWave’). | |
352 | |
353 | |
354 | |
355 ------------ | |
356 Output files | |
357 ------------ | |
358 | |
359 xset.annotate.variableMetadata.tsv | |
360 | |
361 | For each metabolite (row) : | |
362 | the value of the intensity in each sample, fold, anova, mzmed, mzmin, mzmax, rtmed, rtmin, rtmax, npeaks, isotopes, adduct and pcgroup | |
363 | |
364 xset.annotate.dataMatrix.tsv | |
365 | |
366 | A tabular file which represents for each metabolite (row), the value of the intensity in each sample (column). | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
367 |
0 | 368 xset.annotate.zip |
369 | |
370 | It contains filebase_eic, filebase_box and filebase.tsv for one conditon vs another (Anova analysis). | |
371 | |
372 xset.annotate.Rdata rdata.camera.quick or rdata.camera.positive or rdata.camera.negative | |
373 | |
374 | Rdata file, that be used outside Galaxy in R. | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
375 |
0 | 376 ------ |
377 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
378 .. class:: infomark |
0 | 379 |
380 The output **"xset.annotate.dataMatrix.tsv"** is a tabular file. You can continue your analysis using it in the following tools of the workflow: | |
381 | |
382 | Determine Vdk or Lowess (Data correction) | |
383 | Normalization Vdk/Lowess (Data correction) | |
384 | Anova (Statistical analysis) | |
385 | PCA (Statistical analysis) | |
386 | Hierarchical Clustering (Statistical analysis) | |
387 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
388 |
0 | 389 --------------------------------------------------- |
390 | |
391 --------------- | |
392 Working example | |
393 --------------- | |
394 | |
395 Input files | |
396 ----------- | |
397 | |
398 | RData file -> **xset.fillPeaks.RData** | |
399 | |
400 Parameters | |
401 ---------- | |
402 | |
403 | sortpval -> **false** | |
404 | sigma -> **6 (default)** | |
405 | perfwhm -> **0.6 (default)** | |
406 | maxcharge -> **3 (default)** | |
407 | maxiso -> **4 (default)** | |
408 | minfrac -> **0.5 (default)** | |
409 | ppm -> **500** | |
410 | mzabs -> **0.015(default)** | |
411 | Advanced options -> **hide** | |
412 | Numver of condition -> Two or more conditioons | |
413 | eicmax -> **200** | |
414 | eicwidth -> **200 (default)** | |
415 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
416 |
0 | 417 |
418 Output files | |
419 ------------ | |
420 | |
421 **Example of an xset.annotate.dataMatrix.tsv output** | |
422 | |
423 .. image:: annotatediffreport_dataMatrix.png | |
424 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
425 **Example of a part of xset.annotate.variableMetadata.tsv output** |
0 | 426 |
427 .. image:: annotatediffreport_variableMetadata.png | |
428 | |
8 | 429 |
430 --------------------------------------------------- | |
431 | |
432 Changelog/News | |
433 -------------- | |
434 | |
16
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
435 **Version 2.2.3 - 30/04/2018** |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
436 |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
437 - NEW: support the new xcms 3.0.0 wrapper |
a2c49996603e
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
lecorguille
parents:
15
diff
changeset
|
438 |
15
6139bfcc95cb
planemo upload commit 98f8d5d3e1a4356b411f16644ffa4da444ac2bdb
lecorguille
parents:
14
diff
changeset
|
439 **Version 2.2.2 - 01/03/2018** |
6139bfcc95cb
planemo upload commit 98f8d5d3e1a4356b411f16644ffa4da444ac2bdb
lecorguille
parents:
14
diff
changeset
|
440 |
6139bfcc95cb
planemo upload commit 98f8d5d3e1a4356b411f16644ffa4da444ac2bdb
lecorguille
parents:
14
diff
changeset
|
441 - UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 |
6139bfcc95cb
planemo upload commit 98f8d5d3e1a4356b411f16644ffa4da444ac2bdb
lecorguille
parents:
14
diff
changeset
|
442 |
14
225cb8347572
planemo upload commit 239d7043ccba9d1d1861d7d8ac353c77497e0880
lecorguille
parents:
13
diff
changeset
|
443 **Version 2.2.1 - 29/11/2017** |
225cb8347572
planemo upload commit 239d7043ccba9d1d1861d7d8ac353c77497e0880
lecorguille
parents:
13
diff
changeset
|
444 |
225cb8347572
planemo upload commit 239d7043ccba9d1d1861d7d8ac353c77497e0880
lecorguille
parents:
13
diff
changeset
|
445 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C |
225cb8347572
planemo upload commit 239d7043ccba9d1d1861d7d8ac353c77497e0880
lecorguille
parents:
13
diff
changeset
|
446 |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
447 **Version 2.2.0 - 28/03/2017** |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
448 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
449 - BUGFIX: the diffreport ids didn't convert the rt in minute as the other export |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
450 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
451 - UPDATE: the settings (digits, convertion in minutes) of the identifiants will no longer modify the native one. Because we want to be conservative and because it can be dangerous for the data integrity during a futur merge of the table, we decide to put those customization in a new column namecustom within the variableMetadata. |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
452 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
453 - IMPROVEMENT: add some sections within to separate the different parts of the process |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
454 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
455 - IMPROVEMENT: add the possibility to use defined ruleset |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
456 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
457 - IMPROVEMENT: add the possibility to set the MZ digit within the identifiants |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
458 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
459 - IMPROVEMENT: CAMERA.annotate is now compatible with merged individual data from xcms.xcmsSet |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
460 |
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
461 |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
462 **Version 2.1.5 - 21/04/2016** |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
463 |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
464 - UPGRADE: upgrade the CAMERA version from 1.22.0 to 1.26.0 |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
465 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
466 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
467 **Version 2.1.4 - 18/04/2016** |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
468 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
469 - TEST: refactoring to pass planemo test using conda dependencies |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
470 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
471 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
472 **Version 2.1.3 - 10/02/2016** |
8 | 473 |
474 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
475 | |
476 - BUGFIX: the conversion into minutes of the retention time was applied to the diffreport outputs (several conditions) | |
477 | |
478 - IMPROVEMENT: when there are several conditions, the tool will generate individual datasets (tsv, pdf) instead of a zip file. The usual png (eic, boxplot) will from now be integrated in two pdf. | |
479 | |
480 - UPDATE: refactoring of internal management of inputs/outputs | |
481 | |
482 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
483 **VERSION 2.1.0 - 09/10/2015** |
8 | 484 |
485 - BUGFIX: There was a bug with the CAMERA.annotate (generating a bad dataMatrix (intensities which don't match with the metabolites)) | |
486 | |
487 | |
13
1c30ff90f3ae
planemo upload commit 301d42e88026afdac618f4ec56fc6cbe19e3e419
lecorguille
parents:
10
diff
changeset
|
488 **VERSION 2.1.0 - 07/06/2015** |
8 | 489 |
490 - IMPROVEMENT: new datatype/dataset formats (rdata.camera.positive, rdata.camera.negative, rdata.camera.quick ...) will facilitate the sequence of tools and so avoid incompatibility errors. | |
491 | |
492 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
493 | |
494 - UPDATE: merged with annotateDiffreport. Some parameters are dedicated to experiences with several conditions | |
495 | |
496 | |
497 ]]></help> | |
0 | 498 |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
499 <expand macro="citation" /> |
0 | 500 |
501 | |
502 </tool> |