ComputeMSEGenewise: Computation of MSE per gene

Description Usage Arguments Value

View source: R/GenewiseMethod.R

Description

ComputeMSEGenewise computes the MSE of dropout imputation for a given gene.

Usage

1
ComputeMSEGenewise(real, masked, imputed, baseline)

Arguments

real

numeric; vector of original expression of a given gene (before masking)

masked

logical; vector indicating which entries were masked for a given gene

imputed

matrix; imputation results for a given imputation method

baseline

logical; is this baseline imputation?

Value

MSE of all imputations indicated by masked


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