sce_rm_doublets_fn | R Documentation |
SingleCellExperiment
object.Remove cell doublets from a SingleCellExperiment
object.
sce_rm_doublets_fn(sce_norm_hvg, doublet_density, max_doublet_score)
sce_norm_hvg |
(input target) A |
doublet_density |
(input target) A numeric vector. |
max_doublet_score |
A numeric scalar: cells with doublet score ( |
A modified sce_norm_hvg
object with removed cell doublets.
The following items of metadata(sce_norm_hvg)
are added or modified:
has_filtered_doublets
: TRUE
if max_doublet_score
is not NULL
.
max_doublet_score
: the value of max_doublet_score
function argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.