This functions allows the extraction of a filtered and normalized expression matrix
getfdata(object, g = NULL, n = NULL)Matrix of filtered expression data with genes as rows and cells as columns.
SCseq class object.
Vector of gene names to be included corresponding to a subset of valid row names of the ndata slot
of the SCseq object. Default is NULL and data for all genes remaining after filtering by the filterdata function are shown.
Vector of valid column names corresponding to a subset of valid column names of the ndata slot
of the SCseq object. Default is NULL and data for all cells remaining after filtering by the filterdata function are shown.