Description Usage Arguments Value Examples
Null or no-op imputation
1 | impute_null(expression, impute_args)
|
expression |
the data matrix (genes in rows, cells in columns) |
impute_args |
arguments for imputation (not used) |
the imputed expression matrix.
1 2 | mat <- matrix(rpois(1000, lambda = 5), ncol=10)
imat = impute_null(mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.