Mercurial > repos > lecorguille > camera_annotate
annotate abims_CAMERA_annotateDiffreport.xml @ 9:7da9252dd983 draft
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
author | lecorguille |
---|---|
date | Mon, 25 Apr 2016 11:06:25 -0400 |
parents | 8c5bb7b86df9 |
children | 8dd6f0ffa763 |
rev | line source |
---|---|
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
1 <tool id="abims_CAMERA_annotateDiffreport" name="CAMERA.annotate" version="2.1.5"> |
0 | 2 |
3 <description>CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition.</description> | |
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@ |
8 | 14 xfunction annotatediff |
15 image $image | |
16 | |
17 variableMetadataOutput $variableMetadata | |
18 dataMatrixOutput $datamatrix | |
19 xsetRdataOutput $rdata | |
20 | |
21 convert_param $convert_param num_digits $num_digits | |
22 nSlaves \${GALAXY_SLOTS:-1} | |
0 | 23 sigma $sigma perfwhm $perfwhm |
24 maxcharge $maxcharge maxiso $maxiso minfrac $minfrac | |
25 ppm $ppm mzabs $mzabs intval $intval | |
26 max_peaks $max_peaks | |
27 quick $quick_block.quick | |
28 #if $quick_block.quick == "FALSE" | |
29 polarity $quick_block.polarity | |
30 cor_eic_th $quick_block.cor_eic_th | |
31 graphMethod $quick_block.graphMethod | |
32 pval $quick_block.pval | |
33 calcCiS $quick_block.calcCiS | |
34 calcIso $quick_block.calcIso | |
35 calcCaS $quick_block.calcCaS | |
36 multiplier $quick_block.multiplier | |
37 #end if | |
38 | |
39 #if $options.option == "show": | |
8 | 40 runDiffreport TRUE |
0 | 41 eicmax $options.eicmax |
42 eicwidth $options.eicwidth | |
43 value $options.value | |
44 sortpval $options.sortpval | |
45 h $options.h | |
46 w $options.w | |
47 mzdec $options.mzdec | |
8 | 48 new_file_path ${__new_file_path__}/primary_${output_diffreport.id}_ |
0 | 49 #end if |
50 | |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
51 #if $zip_file: |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
52 zipfile $zip_file |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
53 #end if |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
54 |
8 | 55 ]]></command> |
0 | 56 |
57 <inputs> | |
58 | |
59 | |
60 <param name="image" type="data" label="RData file" format="rdata.xcms.fillpeaks,rdata" help="output file from another function xcms (fillPeaks)" /> | |
61 | |
62 <param name="convert_param" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Convert retention time (seconds) into minutes" help="Convert the columns rtmed, rtmin and rtmax into minutes"/> | |
5 | 63 <param name="num_digits" type="integer" value="4" label="" help="Number of decimal places for mass values reported in ions identifiers. A minimum of 4 decimal places should be set" /> |
0 | 64 |
65 <param name="sigma" type="integer" value="6" label="groupFWHM: multiplier of the standard deviation" help="[sigma]" /> | |
66 <param name="perfwhm" type="float" value="0.6" max="1" min="0" label="groupFWHM: percentage of FWHM width" help="[perfwhm]" /> | |
67 <param name="maxcharge" type="integer" value="3" label="findIsotopes: max. ion charge" help="[maxcharge]" /> | |
68 <param name="maxiso" type="integer" value="4" label="findIsotopes: max. number of expected isotopes" help="[maxiso]" /> | |
69 <param name="minfrac" type="float" value="0.5" max="1" min="0" label="findIsotopes: The percentage number of samples, which must satisfy the C12/C13 rule for isotope annotation" help="[minfrac]" /> | |
70 <param name="ppm" type="integer" value="5" label="General ppm error" help="[ppm]" /> | |
71 <param name="mzabs" type="float" value="0.015" label="mzabs" help="General absolut error in m/z" /> | |
72 <param name="intval" type="select" label="General used intensity value" help="[intval] See the help section below"> | |
73 <option value="into" selected="true">into</option> | |
74 <option value="maxo" >maxo</option> | |
75 <option value="intb">intb</option> | |
76 </param> | |
77 | |
78 | |
79 <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]" /> | |
80 <conditional name="quick_block"> | |
81 <param name="quick" type="select" label="Quick mode" help="[quick] If TRUE, use only groupFWHM and findIsotopes functions. Else if FALSE, use also groupCorr and findAdducts"> | |
82 <option value="TRUE">TRUE</option> | |
83 <option value="FALSE" selected="true">FALSE</option> | |
84 </param> | |
85 <when value="FALSE"> | |
86 <param name="polarity" type="select" label="findAdducts: Which polarity mode was used for measuring of the ms sample" help="polarity"> | |
87 <option value="positive" >positive</option> | |
88 <option value="negative" selected="true">negative</option> | |
89 </param> | |
90 <param name="cor_eic_th" type="float" value="0.75" max="1" min="0" label="groupCorr: correlation threshold (0..1)" help="[cor_eic_th]" /> | |
91 <param name="graphMethod" type="select" label="groupCorr: Method selection for grouping peaks after correlation analysis into pseudospectra" help="[graphMethod]"> | |
92 <option value="hcs" selected="true">hcs</option> | |
93 <option value="lpc">lpc</option> | |
94 </param> | |
95 <param name="pval" type="float" value="0.05" max="1" min="0" label="groupCorr: significant correlation threshold" help="[pval]" /> | |
96 <param name="calcCiS" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE" label="groupCorr: Use correlation inside samples for peak grouping" help="[calcCiS]"/> | |
97 <param name="calcIso" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="groupCorr: Use isotopic relationship for peak grouping" help="[calcIso]"/> | |
98 <param name="calcCaS" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="groupCorr: Use correlation across samples for peak grouping" help="[calcCaS]"/> | |
99 <param name="multiplier" type="integer" value="3" label="findAdducts: If no ruleset is provided, calculate ruleset with max. number n of [nM+x] clusterions" help="[multiplier]" /> | |
100 </when> | |
101 <when value="TRUE"> | |
102 <param name="polarity" type="hidden" value="quick" label="for the output label" help="for the output label" /> | |
103 </when> | |
104 </conditional> | |
105 | |
106 | |
107 <!-- Annotatediffreport specific parameters --> | |
108 <conditional name="options"> | |
109 <param name="option" type="select" label="Number of condition"> | |
110 <option value="hide" selected="true">One condition</option> | |
111 <option value="show">Two or more conditions</option> | |
112 </param> | |
113 <when value="show"> | |
114 <param name="eicmax" type="integer" value="0" label="diffreport: number of the most significantly different analytes to create EICs for" help="[eicmax]" /> | |
115 <param name="eicwidth" type="integer" value="200" label="diffreport: width (in seconds) of EICs produced" help="[eicwidth]" /> | |
116 <param name="value" type="select" label="diffreport: Intensity values to be used for the diffreport" help="[value]"> | |
117 <option value="into" selected="true">into</option> | |
118 <option value="maxo" >maxo</option> | |
119 <option value="intb">intb</option> | |
120 </param> | |
121 <param name="h" type="integer" value="480" label="diffreport: Numeric variable for the height of the eic and boxplots that are printed out" help="[height]" /> | |
122 <param name="w" type="integer" value="640" label="diffreport: Numeric variable for the width of the eic and boxplots print out made" help="[width]" /> | |
123 <param name="mzdec" type="integer" value="2" label="diffreport: Number of decimal places of title m/z values in the eic plot" help="[mzdec]" /> | |
124 <param name="sortpval" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="diffreport: logical indicating whether the reports should be sorted by p-value" help="[sortpval]"/> | |
125 </when> | |
126 <when value="hide"> | |
127 </when> | |
128 </conditional> | |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
129 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
130 <!-- To pass planemo test --> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
131 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Zip file" help="Use only if you get a message which say that your original zip file have been deleted on the server." /> |
0 | 132 </inputs> |
133 | |
134 <outputs> | |
3 | 135 <data name="variableMetadata" format="tabular" label="${image.name[:-6]}.annotate.variableMetadata.tsv" /> |
0 | 136 <data name="datamatrix" format="tabular" label="${image.name[:-6]}.annotate.dataMatrix.tsv" /> |
137 <data name="rdata" format="rdata.camera.quick" label="${image.name[:-6]}.annotate.${$quick_block.polarity}.Rdata" > | |
138 <change_format> | |
139 <when input="quick_block.polarity" value="positive" format="rdata.camera.positive" /> | |
140 <when input="quick_block.polarity" value="negative" format="rdata.camera.negative" /> | |
141 </change_format> | |
3 | 142 </data> |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
143 <data name="output_diffreport" format="text" label="${image.name[:-6]}.annotateDiffreport" hidden="True"> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
144 <filter>(options['option'] == 'show')</filter> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
145 </data> |
0 | 146 </outputs> |
147 | |
148 <tests> | |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
149 <!--<test> |
0 | 150 <param name="image" value="xset.group.retcor.group.fillPeaks.RData"/> |
151 <param name="convert_param" value="False"/> | |
152 <param name="num_digits" value="0"/> | |
153 <param name="sigma" value="6"/> | |
154 <param name="perfwhm" value="0.6"/> | |
155 <param name="maxcharge" value="3"/> | |
156 <param name="maxiso" value="4"/> | |
157 <param name="minfrac" value="0.5"/> | |
158 <param name="ppm" value="5"/> | |
159 <param name="mzabs" value="0.015"/> | |
160 <param name="intval" value="into"/> | |
161 <param name="max_peaks" value="100"/> | |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
162 <param name="quick_block|quick" value="FALSE"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
163 <param name="quick_block|polarity" value="negative"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
164 <param name="quick_block|cor_eic_th" value="0.75"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
165 <param name="quick_block|graphMethod" value="hcs"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
166 <param name="quick_block|pval" value="0.05"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
167 <param name="quick_block|calcCiS" value="True"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
168 <param name="quick_block|calcIso" value="False"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
169 <param name="quick_block|calcCaS" value="False"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
170 <param name="quick_block|multiplier" value="3"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
171 <param name="options|option" value="show"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
172 <param name="options|eicmax" value="200"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
173 <param name="options|eicwidth" value="200"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
174 <param name="options|value" value="into"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
175 <param name="options|h" value="480"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
176 <param name="options|w" value="640"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
177 <param name="options|mzdec" value="2"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
178 <param name="options|sortpval" value="False"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
179 <param name="zip_file" value="sacuri_dir_root.zip" ftype="zip" /> |
0 | 180 <output name="variableMetadata" file="xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv" /> |
181 <output name="datamatrix" file="xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv" /> | |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
182 </test>--> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
183 <test> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
184 <param name="image" value="faahKO.xset.group.retcor.group.fillpeaks.RData"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
185 <param name="convert_param" value="False"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
186 <param name="num_digits" value="0"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
187 <param name="sigma" value="6"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
188 <param name="perfwhm" value="0.6"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
189 <param name="maxcharge" value="3"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
190 <param name="maxiso" value="4"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
191 <param name="minfrac" value="0.5"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
192 <param name="ppm" value="5"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
193 <param name="mzabs" value="0.015"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
194 <param name="intval" value="into"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
195 <param name="max_peaks" value="100"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
196 <param name="quick_block|quick" value="FALSE"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
197 <param name="quick_block|polarity" value="negative"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
198 <param name="quick_block|cor_eic_th" value="0.75"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
199 <param name="quick_block|graphMethod" value="hcs"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
200 <param name="quick_block|pval" value="0.05"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
201 <param name="quick_block|calcCiS" value="True"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
202 <param name="quick_block|calcIso" value="False"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
203 <param name="quick_block|calcCaS" value="False"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
204 <param name="quick_block|multiplier" value="3"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
205 <param name="options|option" value="show"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
206 <param name="options|eicmax" value="200"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
207 <param name="options|eicwidth" value="200"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
208 <param name="options|value" value="into"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
209 <param name="options|h" value="480"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
210 <param name="options|w" value="640"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
211 <param name="options|mzdec" value="2"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
212 <param name="options|sortpval" value="False"/> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
213 <param name="zip_file" value="faahKO_reduce.zip" ftype="zip" /> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
214 <output name="variableMetadata" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv" /> |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
215 <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv" /> |
0 | 216 </test> |
217 </tests> | |
218 | |
219 | |
220 | |
8 | 221 <help><![CDATA[ |
0 | 222 |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
223 @HELP_AUTHORS@ |
0 | 224 |
225 ================ | |
226 CAMERA.annotate | |
227 ================ | |
228 | |
229 ----------- | |
230 Description | |
231 ----------- | |
232 | |
233 The R-package CAMERA is a Collection of Algorithms for MEtabolite | |
234 pRofile Annotation. Its primary purpose is the annotation and evaluation of | |
235 LC-MS data. It includes algorithms for annotation of isotope peaks, adducts | |
236 and fragments in peak lists. Additional methods cluster mass signals that | |
237 originate from a single metabolite, based on rules for mass differences and | |
238 peak shape comparison. To use the strength of already existing programs, | |
239 CAMERA is designed to interact directly with processed peak data from the | |
240 R-package **xcms**. | |
241 | |
242 **What it does?** | |
243 | |
244 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). | |
245 | |
246 If you have two or more conditions, it will return a diffreport result within the annotation results. | |
247 The diffreport result shows the most significant differences between two sets of samples. Optionally | |
248 create extracted ion chromatograms for the most significant differences. | |
249 | |
250 | |
251 ----------------- | |
252 Workflow position | |
253 ----------------- | |
254 | |
255 | |
256 **Upstream tools** | |
257 | |
258 ========================= ==================== ====================== ========== | |
259 Name output file format parameter | |
260 ========================= ==================== ====================== ========== | |
261 xcms.fillPeaks xset.fillPeaks.RData rdata.xcms.fillpeaks RData file | |
262 ========================= ==================== ====================== ========== | |
263 | |
264 | |
265 **Downstream tools** | |
266 | |
267 +---------------------------+---------------------------------------+------------------------------------------------+ | |
268 | Name | Output file | Format | | |
269 +===========================+=======================================+================================================+ | |
270 |CAMERA_combinexsAnnot |xset.annotate.dataMatrix.tsv | rdata.camera.positive or rdata.camera.negative | | |
271 +---------------------------+---------------------------------------+------------------------------------------------+ | |
272 |Determine Vdk or Lowess |xset.annotate.dataMatrix.tsv | Tabular | | |
273 +---------------------------+---------------------------------------+------------------------------------------------+ | |
274 |Normalization Vdk/Lowess |xset.annotate.dataMatrix.tsv | Tabular | | |
275 +---------------------------+---------------------------------------+------------------------------------------------+ | |
276 |Anova |xset.annotate.dataMatrix.tsv | Tabular | | |
277 +---------------------------+---------------------------------------+------------------------------------------------+ | |
278 |PCA |xset.annotate.dataMatrix.tsv | Tabular | | |
279 +---------------------------+---------------------------------------+------------------------------------------------+ | |
280 |Hierarchical Clustering |xset.annotate.dataMatrix.tsv | Tabular | | |
281 +---------------------------+---------------------------------------+------------------------------------------------+ | |
282 | |
283 | |
284 The output file **xset.annotate.dataMatrix.tsv** is an tabular file. You can continue your analysis using it in the following tools: | |
285 | |
286 | Determine Vdk or Lowess | |
287 | Normalization Vdk/Lowess | |
288 | Anova | |
289 | PCA | |
290 | Hierarchical Clustering | |
291 | |
292 | |
293 **General schema of the metabolomic workflow** | |
294 | |
295 .. image:: annotate_workflow.png | |
296 | |
297 ----------- | |
298 Input files | |
299 ----------- | |
300 | |
301 +---------------------------+---------------------------+ | |
302 | Parameter : num + label | Format | | |
303 +===========================+===========================+ | |
304 | 1 : RData file | rdata.xcms.fillpeaks | | |
305 +---------------------------+---------------------------+ | |
306 | |
307 | |
308 ---------- | |
309 Parameters | |
310 ---------- | |
311 | |
312 diffreport: Intensity values to be used for the diffreport | |
313 ---------------------------------------------------------- | |
314 | |
315 | If **value="into"**, integrated peak intensities are used. | |
316 | If **value="maxo"**, maximum peak intensities are used. | |
317 | If **value="intb"**, baseline corrected integrated peak intensities are used (only available if peak detection was done by ‘findPeaks.centWave’). | |
318 | |
319 | |
320 | |
321 ------------ | |
322 Output files | |
323 ------------ | |
324 | |
325 xset.annotate.variableMetadata.tsv | |
326 | |
327 | For each metabolite (row) : | |
328 | the value of the intensity in each sample, fold, anova, mzmed, mzmin, mzmax, rtmed, rtmin, rtmax, npeaks, isotopes, adduct and pcgroup | |
329 | |
330 xset.annotate.dataMatrix.tsv | |
331 | |
332 | A tabular file which represents for each metabolite (row), the value of the intensity in each sample (column). | |
333 | |
334 xset.annotate.zip | |
335 | |
336 | It contains filebase_eic, filebase_box and filebase.tsv for one conditon vs another (Anova analysis). | |
337 | |
338 xset.annotate.Rdata rdata.camera.quick or rdata.camera.positive or rdata.camera.negative | |
339 | |
340 | Rdata file, that be used outside Galaxy in R. | |
341 | |
342 ------ | |
343 | |
344 .. class:: infomark | |
345 | |
346 The output **"xset.annotate.dataMatrix.tsv"** is a tabular file. You can continue your analysis using it in the following tools of the workflow: | |
347 | |
348 | Determine Vdk or Lowess (Data correction) | |
349 | Normalization Vdk/Lowess (Data correction) | |
350 | Anova (Statistical analysis) | |
351 | PCA (Statistical analysis) | |
352 | Hierarchical Clustering (Statistical analysis) | |
353 | |
354 | |
355 --------------------------------------------------- | |
356 | |
357 --------------- | |
358 Working example | |
359 --------------- | |
360 | |
361 Input files | |
362 ----------- | |
363 | |
364 | RData file -> **xset.fillPeaks.RData** | |
365 | |
366 Parameters | |
367 ---------- | |
368 | |
369 | sortpval -> **false** | |
370 | sigma -> **6 (default)** | |
371 | perfwhm -> **0.6 (default)** | |
372 | maxcharge -> **3 (default)** | |
373 | maxiso -> **4 (default)** | |
374 | minfrac -> **0.5 (default)** | |
375 | ppm -> **500** | |
376 | mzabs -> **0.015(default)** | |
377 | Advanced options -> **hide** | |
378 | Numver of condition -> Two or more conditioons | |
379 | eicmax -> **200** | |
380 | eicwidth -> **200 (default)** | |
381 | |
382 | |
383 | |
384 Output files | |
385 ------------ | |
386 | |
387 **Example of an xset.annotate.dataMatrix.tsv output** | |
388 | |
389 .. image:: annotatediffreport_dataMatrix.png | |
390 | |
391 **Example of a part of xset.annotate.variableMetadata.tsv output** | |
392 | |
393 .. image:: annotatediffreport_variableMetadata.png | |
394 | |
8 | 395 |
396 --------------------------------------------------- | |
397 | |
398 Changelog/News | |
399 -------------- | |
400 | |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
401 **Version 2.1.5 - 21/04/2016** |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
402 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
403 - UPGRADE: upgrate the CAMERA version from 1.22.0 to 1.26.0 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
404 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
405 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
406 **Version 2.1.4 - 18/04/2016** |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
407 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
408 - TEST: refactoring to pass planemo test using conda dependencies |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
409 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
410 |
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
411 **Version 2.1.3 - 10/02/2016** |
8 | 412 |
413 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
414 | |
415 - BUGFIX: the conversion into minutes of the retention time was applied to the diffreport outputs (several conditions) | |
416 | |
417 - 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. | |
418 | |
419 - UPDATE: refactoring of internal management of inputs/outputs | |
420 | |
421 | |
422 VERSION 2.1.0 - 09/10/2015** | |
423 | |
424 - BUGFIX: There was a bug with the CAMERA.annotate (generating a bad dataMatrix (intensities which don't match with the metabolites)) | |
425 | |
426 | |
427 VERSION 2.1.0 - 07/06/2015** | |
428 | |
429 - 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. | |
430 | |
431 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
432 | |
433 - UPDATE: merged with annotateDiffreport. Some parameters are dedicated to experiences with several conditions | |
434 | |
435 | |
436 ]]></help> | |
0 | 437 |
9
7da9252dd983
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
lecorguille
parents:
8
diff
changeset
|
438 <expand macro="citation" /> |
0 | 439 |
440 | |
441 </tool> | |
442 | |
443 |