Filter SingleCellExperiment according to QC metrics Quality control metrics previously calculated are used to subset the SingleCellExperiment for both cells and genes passing QC criteria previously specified in the annotate_sce_genes and annotate_sce_cells functions

filter_sce(sce, filter_genes = TRUE, filter_cells = TRUE)

Arguments

sce

a SingleCellExperiment object

filter_genes

if set FALSE, genes will not be filtered

filter_cells

if set FALSE, cells will not be filtered

Value

sce a SingleCellExperiment object filtered for QC passed cells and genes, with QC metrics annotations removed