Mercurial > repos > metexplore > met4j
comparison tools/mapping/ORApathwayEnrichment/ORApathwayEnrichment.xml @ 9:0976a6257300 draft
planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 05db35f63cadb9d56dafff594a3507c59cd85273
author | metexplore |
---|---|
date | Fri, 31 Jan 2025 18:28:53 +0000 |
parents | 1274e2a62479 |
children | 6a112eaf8f38 |
comparison
equal
deleted
inserted
replaced
8:1274e2a62479 | 9:0976a6257300 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 <tool id="met4j_ORApathwayEnrichment" name="ORApathwayEnrichment" version="MET4J_VERSION_TEST"> | 2 <tool id="met4j_ORApathwayEnrichment" name="ORApathwayEnrichment" version="develop"> |
3 <description>Perform Over Representation Analysis for Pathway Enrichment, using one-tailed exact Fisher Test. | 3 <description>Perform Over Representation Analysis for Pathway Enrichment, using one-tailed exact Fisher Test.</description> |
4 The fisher exact test compute the probability p to randomly get the given set of value. | 4 <xrefs> |
5 This version compute the probability to get at least the given overlap between the given set and the given modality : | 5 <xref type="bio.tools">met4j</xref> |
6 </xrefs> | |
7 <requirements> | |
8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:develop</container> | |
9 </requirements> | |
10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh mapping.ORApathwayEnrichment#if str($th) != 'nan': | |
11 -th "$th" | |
12 #end if | |
13 -i "$sbml" | |
14 -d "$input" | |
15 #if str($corr): | |
16 -c "$corr" | |
17 #end if | |
18 -o "$outputFile" | |
19 ]]></command> | |
20 <inputs> | |
21 <param argument="-th" label="threshold to select significant pathways. No filtering if <=0" name="th" optional="true" type="float" value="0.0"/> | |
22 <param argument="-i" format="sbml" label="Input model : SBML file with pathway annotation" name="sbml" optional="false" type="data" value=""/> | |
23 <param argument="-d" format="tsv" label="Input data : Compounds of interest file, as one SBML specie identifier per line" name="input" optional="false" type="data" value=""/> | |
24 <param argument="-c" label="Method for multiple testing p-value adjustment." name="corr" optional="true" type="select" value="BenjaminiHochberg"> | |
25 <option value="Bonferroni">Bonferroni</option> | |
26 <option selected="true" value="BenjaminiHochberg">BenjaminiHochberg</option> | |
27 <option value="HolmBonferroni">HolmBonferroni</option> | |
28 </param> | |
29 </inputs> | |
30 <outputs> | |
31 <data format="tsv" name="outputFile"/> | |
32 </outputs> | |
33 <tests> | |
34 <test> | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 <param name="sbml" value="XF_network.sbml"/> | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 | |
55 | |
56 | |
57 | |
58 <param name="input" value="XF_network_C_NOI.txt"/> | |
59 | |
60 | |
61 | |
62 | |
63 | |
64 | |
65 | |
66 | |
67 | |
68 | |
69 | |
70 <output name="outputFile"> | |
71 | |
72 | |
73 | |
74 | |
75 | |
76 | |
77 | |
78 | |
79 | |
80 | |
81 | |
82 <assert_contents> | |
83 | |
84 | |
85 | |
86 | |
87 | |
88 | |
89 | |
90 | |
91 | |
92 | |
93 | |
94 <has_n_columns n="3"/> | |
95 | |
96 | |
97 | |
98 | |
99 | |
100 | |
101 | |
102 | |
103 | |
104 | |
105 | |
106 <has_n_lines n="3"/> | |
107 | |
108 | |
109 | |
110 | |
111 | |
112 | |
113 | |
114 | |
115 | |
116 | |
117 | |
118 </assert_contents> | |
119 | |
120 | |
121 | |
122 | |
123 | |
124 | |
125 | |
126 | |
127 | |
128 | |
129 | |
130 </output> | |
131 | |
132 | |
133 | |
134 | |
135 | |
136 | |
137 | |
138 | |
139 | |
140 | |
141 | |
142 </test> | |
143 <test> | |
144 | |
145 | |
146 | |
147 | |
148 | |
149 | |
150 | |
151 | |
152 | |
153 | |
154 | |
155 <param name="sbml" value="XF_network.sbml"/> | |
156 | |
157 | |
158 | |
159 | |
160 | |
161 | |
162 | |
163 | |
164 | |
165 | |
166 | |
167 <param name="input" value="XF_network_C_NOI.txt"/> | |
168 | |
169 | |
170 | |
171 | |
172 | |
173 | |
174 | |
175 | |
176 | |
177 | |
178 | |
179 <param name="corr" value="HolmBonferroni"/> | |
180 | |
181 | |
182 | |
183 | |
184 | |
185 | |
186 | |
187 | |
188 | |
189 | |
190 | |
191 <param name="th" value="0.005"/> | |
192 | |
193 | |
194 | |
195 | |
196 | |
197 | |
198 | |
199 | |
200 | |
201 | |
202 | |
203 <output name="outputFile"> | |
204 | |
205 | |
206 | |
207 | |
208 | |
209 | |
210 | |
211 | |
212 | |
213 | |
214 | |
215 <assert_contents> | |
216 | |
217 | |
218 | |
219 | |
220 | |
221 | |
222 | |
223 | |
224 | |
225 | |
226 | |
227 <has_n_columns n="3"/> | |
228 | |
229 | |
230 | |
231 | |
232 | |
233 | |
234 | |
235 | |
236 | |
237 | |
238 | |
239 <has_n_lines n="2"/> | |
240 | |
241 | |
242 | |
243 | |
244 | |
245 | |
246 | |
247 | |
248 | |
249 | |
250 | |
251 </assert_contents> | |
252 | |
253 | |
254 | |
255 | |
256 | |
257 | |
258 | |
259 | |
260 | |
261 | |
262 | |
263 </output> | |
264 | |
265 | |
266 | |
267 | |
268 | |
269 | |
270 | |
271 | |
272 | |
273 | |
274 | |
275 </test> | |
276 </tests> | |
277 <help><![CDATA[Perform Over Representation Analysis for Pathway Enrichment, using one-tailed exact Fisher Test. | |
278 The fisher exact test computes the probability p to randomly get the given set of values. | |
279 This version computes the probability to get at least the given overlap between the given set and the given modality : | |
6 Sum the hypergeometric probability with increasing target/query intersection cardinality. | 280 Sum the hypergeometric probability with increasing target/query intersection cardinality. |
7 | 281 |
8 The hypergeometric probability is computed from the following contingency table entries. | 282 The hypergeometric probability is computed from the following contingency table entries. |
9 (value in cells correspond to the marginal totals of each intersection groups) | 283 (values in cells correspond to the marginal totals of each intersection groups) |
10 Query !Query | 284 Query !Query |
11 Target a b | 285 Target a b |
12 !Target c d | 286 !Target c d |
13 | 287 |
14 The probability of obtaining the set of value is computed as following: | 288 The probability of obtaining the set of value is computed as following: |
16 | 290 |
17 The obtained p-value is then adjusted for multiple testing using one of the following methods: | 291 The obtained p-value is then adjusted for multiple testing using one of the following methods: |
18 - Bonferroni: adjusted p-value = p*n | 292 - Bonferroni: adjusted p-value = p*n |
19 - Benjamini-Hochberg: adjusted p-value = p*n/k | 293 - Benjamini-Hochberg: adjusted p-value = p*n/k |
20 - Holm-Bonferroni: adjusted p-value = p*(n+1-k) | 294 - Holm-Bonferroni: adjusted p-value = p*(n+1-k) |
21 n : number of tests; k : pvalue rank</description> | 295 n : number of tests; k : pvalue rank]]></help> |
22 <xrefs> | |
23 <xref type="bio.tools">met4j</xref> | |
24 </xrefs> | |
25 <requirements> | |
26 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:MET4J_VERSION_TEST</container> | |
27 </requirements> | |
28 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh mapping.ORApathwayEnrichment#if str($th) != 'nan': | |
29 -th "$th" | |
30 #end if | |
31 -s "$sbml" | |
32 -i "$input" | |
33 #if str($corr): | |
34 -c "$corr" | |
35 #end if | |
36 -o "$outputFile" | |
37 ]]></command> | |
38 <inputs> | |
39 <param argument="-th" label="threshold to select significant pathways. No filtering if <=0" name="th" optional="true" type="float" value="0.0"/> | |
40 <param argument="-s" format="sbml" label="Input model : SBML file with pathway annotation" name="sbml" optional="false" type="data" value=""/> | |
41 <param argument="-i" format="tsv" label="Input data : Compounds of interest file, as one SBML specie identifier per line" name="input" optional="false" type="data" value=""/> | |
42 <param argument="-c" label="Method for multiple testing p-value adjustment." name="corr" optional="true" type="select" value="BenjaminiHochberg"> | |
43 <option value="Bonferroni">Bonferroni</option> | |
44 <option selected="true" value="BenjaminiHochberg">BenjaminiHochberg</option> | |
45 <option value="HolmBonferroni">HolmBonferroni</option> | |
46 </param> | |
47 </inputs> | |
48 <outputs> | |
49 <data format="tsv" name="outputFile"/> | |
50 </outputs> | |
51 <tests> | |
52 <test> | |
53 <param name="sbml" value="XF_network.sbml"/> | |
54 <param name="input" value="XF_network_C_NOI.txt"/> | |
55 <output name="outputFile"> | |
56 <assert_contents> | |
57 <has_n_columns n="3"/> | |
58 <has_n_lines n="3"/> | |
59 </assert_contents> | |
60 </output> | |
61 </test> | |
62 <test> | |
63 <param name="sbml" value="XF_network.sbml"/> | |
64 <param name="input" value="XF_network_C_NOI.txt"/> | |
65 <param name="corr" value="HolmBonferroni"/> | |
66 <param name="th" value="0.005"/> | |
67 <output name="outputFile"> | |
68 <assert_contents> | |
69 <has_n_columns n="3"/> | |
70 <has_n_lines n="2"/> | |
71 </assert_contents> | |
72 </output> | |
73 </test> | |
74 </tests> | |
75 <help><![CDATA[Perform Over Representation Analysis for Pathway Enrichment, using one-tailed exact Fisher Test.]]></help> | |
76 <citations/> | 296 <citations/> |
77 </tool> | 297 </tool> |