Mercurial > repos > bimib > cobraxy
diff COBRAxy/flux_to_map.xml @ 303:89f0a211d79d draft
Uploaded
| author | francesco_lapi |
|---|---|
| date | Tue, 20 May 2025 14:49:47 +0000 |
| parents | 5c70b653539b |
| children | d905439271fa |
line wrap: on
line diff
--- a/COBRAxy/flux_to_map.xml Tue May 20 14:49:15 2025 +0000 +++ b/COBRAxy/flux_to_map.xml Tue May 20 14:49:47 2025 +0000 @@ -127,7 +127,7 @@ </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."> + <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. Paired T-test and Wilcoxon need the same number of replicates in each group."> <option value="ks" selected="true">Kolmogorov-Smirnov</option> <option value="ttest_p">T-test (paired)</option> <option value="ttest_ind">T-test (unpaired)</option>
