R/find_cells_sce.R
find_cells.Rd
Calculates the following QC metric:
is_empty_drop - is the barcode an empty drop
find_cells(
sce,
lower = 100,
retain = "auto",
alpha_cutoff = 0.001,
niters = 10000,
expect_cells = 3000,
...
)
a SingleCellExperiment object
see DropletUtils::emptyDrops()
. Use "auto" to calculate
the parameter from the top expect_cells
cells (cellranger method).
The alpha cutoff used for Monte Carlo signficance.
the number of Monte Carlo iterations
the number of cells expected for auto retain
additional arguments for uniformity testing
sce a SingleCellExperiment object annotated with emptyDrops metrics
Other annotation functions:
.preprocess_seurat_object()
,
annotate_celltype_metrics()
,
annotate_integrated_sce()
,
annotate_merged_sce()
,
annotate_sce()
,
annotate_sce_cells()
,
annotate_sce_genes()
,
filter_sce()
,
find_singlets()
,
generate_sce()
,
map_ensembl_gene_id()
,
merge_sce()
,
read_metadata()
,
report_celltype_metrics()
,
report_celltype_model()
,
report_merged_sce()
,
report_qc_sce()
,
run_doubletfinder()
,
sce_to_seu()