impute_null: Null or no-op imputation

View source: R/ziber.R

impute_nullR 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)


YosefLab/scone documentation built on March 12, 2024, 10:48 p.m.