diff imputation.xml @ 2:caba07f41453 draft default tip

"planemo upload for repository https://github.com/secimTools/SECIMTools/tree/main/galaxy commit 498abad641099412df56f04ff6e144e4193bbc34-dirty"
author malex
date Thu, 10 Jun 2021 15:41:17 +0000
parents 2e7d47c0b027
children
line wrap: on
line diff
--- a/imputation.xml	Mon Mar 08 22:04:06 2021 +0000
+++ b/imputation.xml	Thu Jun 10 15:41:17 2021 +0000
@@ -78,9 +78,9 @@
 
 The tool performs an imputation procedure for missing data based on three conceptually different methods:
 
-(1) naive imputation (mean, median),
-(2) K-nearest neighbor imputation (KNN) and
-(3) stochastic imputation (based on normal and Poisson distributions)
+(1) Naive imputation (mean, median)
+(2) K-nearest neighbor imputation (KNN) 
+(3) Stochastic imputation (based on normal and Poisson distributions)
 
 Imputations are performed separately for each sample group since treatment groups are expected to be different.
 If only a single sample (column) is available for a given group, nothing is imputed and the sample is kept intact.
@@ -182,7 +182,7 @@
 
 **Output**
 
-TSV file containing the same column names as the original Wide Dataset where the values in each cell correspond to either the original values or to values obtained during the imputation procedure.
+TSV file containing the same column names as the original Wide Dataset, where the values in each cell correspond to either the original values or to values obtained during the imputation procedure.
 
 
     ]]></help>