Combine {ADImpute} | R Documentation |
Combine imputation methods
Combine(data, imputed, method.choice, write = FALSE)
data |
matrix with entries equal to zero to be imputed, already normalized (genes as rows and samples as columns) |
imputed |
list; list of matrices with imputation results for all considered methods |
method.choice |
named character; vector with the best performing method per gene |
write |
logical; should a file with the imputation results be written? |
Combines imputation results from all methods according to training
results provided in method.choice
matrix; imputation results combining the best performing method per gene