Combine {ADImpute}R Documentation

Combine imputation methods

Description

Combine imputation methods

Usage

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


[Package ADImpute version 1.0.0 Index]