Function for extracting a filtered expression matrix from a RaceIDSCseq object
Function for extracting a filtered expression matrix from a RaceIDSCseq object
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.
getExpData(object, genes =NULL)
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.
Returns
noise Sparse Matrix with genes as rows and cells as columns after filtering.