impute_null {scone}R Documentation

Null or no-op imputation

Description

Null or no-op imputation

Usage

impute_null(expression, impute_args)

Arguments

expression

the data matrix (genes in rows, cells in columns)

impute_args

arguments for imputation (not used)

Value

the imputed expression matrix.

Examples

mat <- matrix(rpois(1000, lambda = 5), ncol=10)
imat = impute_null(mat)


[Package scone version 1.16.1 Index]