Mercurial > repos > iuc > dimet_differential_analysis
comparison dimet_differential_analysis.xml @ 5:78f776370dfb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
author | iuc |
---|---|
date | Tue, 21 May 2024 13:44:23 +0000 |
parents | 8579d74e740b |
children | 6a63c1d832db |
comparison
equal
deleted
inserted
replaced
4:f8247afcd994 | 5:78f776370dfb |
---|---|
265 | 265 |
266 **Running the analysis** | 266 **Running the analysis** |
267 | 267 |
268 You can precise how you want your analysis to be executed, with the parameters: | 268 You can precise how you want your analysis to be executed, with the parameters: |
269 | 269 |
270 - **conditions**: the conditions present in your data, specifying in first place your CONTROL condition (this ordering is crucial to make the comparisons in a coherent sense). | 270 - **conditions**: the conditions present in your data, to perform the pairwise comparison. |
271 | 271 |
272 - **comparisons** : the pairs of [condition, timepoint] groups to compare | 272 - **comparisons** : the pairs of [condition, timepoint] groups to compare |
273 | 273 |
274 - **datatypes** : the measures type(s) that you want to run | 274 - **datatypes** : the measures type(s) that you want to run (see above in Input data files section) |
275 | 275 |
276 - **statistical_test** : choose, by type of measure, the specific statistical test to be applied. | 276 - **statistical_test** : choose, by type of measure, the specific statistical test to be applied. |
277 | 277 |
278 Kruskal-Wallis, Mann-Whitney, Wilcoxon’s signed rank test, Wilcoxon’s rank sum test | 278 Kruskal-Wallis, Mann-Whitney, Wilcoxon’s signed rank test, Wilcoxon’s rank sum test |
279 t-test, and permutation test are currently offered (we use the trusted functions from scipy library https://docs.scipy.org/doc/scipy/reference/stats.html). | 279 t-test, and permutation test are currently offered (we use the trusted functions from scipy library https://docs.scipy.org/doc/scipy/reference/stats.html). |