Mercurial > repos > bimib > cobraxy
diff COBRAxy/flux_to_map.xml @ 293:7b8d9de81a86 draft
Uploaded
author | francesco_lapi |
---|---|
date | Thu, 15 May 2025 18:23:52 +0000 |
parents | 422d8a7b7fb5 |
children | 5c70b653539b |
line wrap: on
line diff
--- a/COBRAxy/flux_to_map.xml Thu May 15 18:21:58 2025 +0000 +++ b/COBRAxy/flux_to_map.xml Thu May 15 18:23:52 2025 +0000 @@ -123,6 +123,13 @@ </param> <when value="true"> + <param name="test" argument="--test" type="select" label="Statistical test to use:" help="Select the statistical test to use for the analysis based on your data and the amount of replicates."> + <option value="ks" selected="true">Kolmogorov-Smirnov</option> + <option value="ttest_p">T-test (paired)</option> + <option value="ttest_ind">T-test (unpaired)</option> + <option value="wilcoxon">Wilcoxon</option> + <option value="mw">Mann-Whitney</option> + </param> <param name="pValue" argument="--pValue" type="float" size="20" value="0.05" max="1" min="0" label="P-value threshold:" help="min value 0" /> <param name="fChange" argument="--fChange" type="float" size="20" value="1.2" min="1" label="Fold-Change threshold:" help="min value 1" /> <param name="generateSvg" argument="--generateSvg" type="boolean" checked="false" label="Generate SVG map" help="should the program generate an editable svg map of the processes?" />