PerformEmptyDropletFiltering: PerformEmptyDropletFiltering

Description Usage Arguments Value

View source: R/Seurat_III.R

Description

PerformEmptyDropletFiltering

Usage

1
2
3
4
5
6
PerformEmptyDropletFiltering(
  seuratRawData,
  fdrThreshold = 0.01,
  emptyDropNIters = 10000,
  emptyDropsLower = 100
)

Arguments

seuratRawData

Raw data

fdrThreshold

FDR threshold, passed directly to PerformEmptyDrops()

emptyDropNIters

Number of iterations, passed directly to PerformEmptyDrops()

emptyDropsLower

Passed directly to emptyDrops(). The lower bound on the total UMI count, at or below which all barcodes are assumed to correspond to empty droplets.

Value

Plot


bimberlabinternal/OOSAP documentation built on Jan. 19, 2021, 2:47 a.m.