FindDoublets: Find Doublets using scDblFinder

View source: R/Doublets.R

FindDoubletsR Documentation

Find Doublets using scDblFinder

Description

Find Doublets using scDblFinder

Usage

FindDoublets(
  seuratObj,
  assay = "RNA",
  rawResultFile = NULL,
  doPlot = TRUE,
  dropDoublets = FALSE
)

Arguments

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


bimberlabinternal/CellMembrane documentation built on Nov. 15, 2024, 9:34 p.m.