Description Usage Arguments Value Examples
View source: R/filter_ambient_barcode.R
inflection - all barcodes below the inflection point in the UMI rank vs total UMI plot are called ambient knee - all barcodes below the knee in the UMI rank vs total UMI plot are called ambient cellranger (v2) - all barcodes below 10 empty_drops - uses the algorithm from DropletUtils::emptyDrops to compare each barcode to the profile of barcodes below
1 2 3 4 5 6 7 | filter_ambient_barcode(
sce,
n_cells,
fdr = 0.01,
lower_umi_limit = 100,
n_iters = 10000
)
|
sce |
SingleCellExperiment object |
n_cells |
number of input cells (used in cellranger cutoff computation) |
fdr |
FDR threshold for keeping a cell for emptyDrops |
lower_umi_limit |
number of total UMIs below which a barcode is assumed to contain ambient RNA, used in emptyDrops method only |
List for each method in containing filter for method and attributes with details specific to each method.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.