View source: R/find_cells_sce.R
| find_cells | R Documentation |
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,
...
)
sce |
a SingleCellExperiment object |
lower |
see |
retain |
see |
alpha_cutoff |
The alpha cutoff used for Monte Carlo signficance. |
niters |
the number of Monte Carlo iterations |
expect_cells |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.