ImputeNPDropouts {ADImpute}R Documentation

Helper function to PseudoInverseSolution_percell

Description

ImputeNPDropouts computes the non-dropout- dependent solution of network imputation for each cell

Usage

ImputeNPDropouts(net, expr)

Arguments

net

matrix, logical; network coefficients for all dropout (to be imputed) genes that are predictive of the expression of other dropout genes

expr

numeric; vector of gene expression for all genes in the cell at hand

Value

vector; imputation results for the non-dropout-dependent genes


[Package ADImpute version 1.0.0 Index]