comparison 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
comparison
equal deleted inserted replaced
1:2e7d47c0b027 2:caba07f41453
76 76
77 **Tool Description** 77 **Tool Description**
78 78
79 The tool performs an imputation procedure for missing data based on three conceptually different methods: 79 The tool performs an imputation procedure for missing data based on three conceptually different methods:
80 80
81 (1) naive imputation (mean, median), 81 (1) Naive imputation (mean, median)
82 (2) K-nearest neighbor imputation (KNN) and 82 (2) K-nearest neighbor imputation (KNN)
83 (3) stochastic imputation (based on normal and Poisson distributions) 83 (3) Stochastic imputation (based on normal and Poisson distributions)
84 84
85 Imputations are performed separately for each sample group since treatment groups are expected to be different. 85 Imputations are performed separately for each sample group since treatment groups are expected to be different.
86 If only a single sample (column) is available for a given group, nothing is imputed and the sample is kept intact. 86 If only a single sample (column) is available for a given group, nothing is imputed and the sample is kept intact.
87 An option to select which values should be treated as missing is included. 87 An option to select which values should be treated as missing is included.
88 The default value for missing data is an empty cell in the dataset with the option to treat zeroes, negative values and user-defined value(s) as missing and subsequently impute missing values. 88 The default value for missing data is an empty cell in the dataset with the option to treat zeroes, negative values and user-defined value(s) as missing and subsequently impute missing values.
180 180
181 -------------------------------------------------------------------------------- 181 --------------------------------------------------------------------------------
182 182
183 **Output** 183 **Output**
184 184
185 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. 185 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.
186 186
187 187
188 ]]></help> 188 ]]></help>
189 <expand macro="citations"/> 189 <expand macro="citations"/>
190 </tool> 190 </tool>