Combine: Combine imputation methods

Description Usage Arguments Details Value

View source: R/Impute.R

Description

Combine imputation methods

Usage

1
Combine(data, imputed, method.choice, write = FALSE)

Arguments

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?

Details

Combines imputation results from all methods according to training results provided in method.choice

Value

matrix; imputation results combining the best performing method per gene


ADImpute documentation built on Nov. 8, 2020, 5:30 p.m.