FindDoublets | R Documentation |
Find Doublets using scDblFinder
FindDoublets(
seuratObj,
assay = "RNA",
rawResultFile = NULL,
doPlot = TRUE,
dropDoublets = FALSE
)
seuratObj |
The seurat object |
assay |
The assay to use |
rawResultFile |
An optional path to a file where raw results will be written |
doPlot |
If true, a DimPlot will be generated, assuming reductions are calculated |
dropDoublets |
If true, any cells marked as doublets will be dropped |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.