Calculates the following QC metrics:

  • qc_metric_total_counts - was the ensembl_gene_id found in biomaRt

  • qc_metric_total_features_by_counts - is the gene mitochondrial

annotate_sce_cells(sce, ...)

Arguments

sce

a SingleCellExperiment object

...

See annotate_sce

min_library_size the minimum number of counts per cell min_features the minimum number of features per cell (i.e. the minimum number of genes with >0 counts) max_mito the maximum proportion of counts mapping to mitochondrial genes (0 - 1) min_ribo max_ribo the maximum proportion of counts mapping to ribosomal genes (0 - 1) min_counts the minimum number of counts per cell in min_cells min_cells the minimum number of cells with min_counts

Value

sce a SingleCellExperiment object annotated with cell QC metrics