filter_sce | R Documentation |
annotate_sce_genes
and annotate_sce_cells
functionsFilter 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)
sce |
a SingleCellExperiment object |
filter_genes |
if set |
filter_cells |
if set |
sce a SingleCellExperiment object filtered for QC passed cells and genes, with QC metrics annotations removed
Other annotation functions:
.preprocess_seurat_object()
,
annotate_celltype_metrics()
,
annotate_integrated_sce()
,
annotate_merged_sce()
,
annotate_sce()
,
annotate_sce_cells()
,
annotate_sce_genes()
,
find_cells()
,
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.