getExpData: Function for extracting a filtered expression matrix from a RaceIDSCseq object
Description
This function for extracts a filtered expression matrix from a RaceIDSCseq object. The filterdata function from
the RaceID package has to be run on the SCseq object before.
Usage
getExpData(object, genes = NULL)
Value
noise Sparse Matrix with genes as rows and cells as columns after filtering.
Arguments
object
RaceIDSCseq object.
genes
Vector of valid gene identifiers corresponding to valid rownames of the input expression data. An expression matrix is returned only for these genes.
Default is NULL and an expression matrix is returned for all genes retained after filtering of the SCseq object, i.e. all genes in genes
slot of the SCseq object.