Learn R Programming

RaceID (version 0.3.9)

imputeexp: Imputed expression matrix

Description

This functions returns an imputed expression matrix based on the imputing computed with compdist.

Usage

imputeexp(object, genes = NULL)

Value

An expression matrix with imputed expression values after size normalization. Genes are in rows and cells in columns.

Arguments

object

SCseq class object.

genes

vector of valid gene names corresponding to row names of slot ndata. Default is NULL and imputing is done for all genes.