ComputeMSEGenewise {ADImpute}R Documentation

Computation of MSE per gene

Description

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

Usage

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


[Package ADImpute version 1.2.0 Index]