View source: R/single_sample_input_qc.R
empty_droplets_fn | R Documentation |
See DropletUtils::emptyDrops()
for implementation details.
empty_droplets_fn(
sce_raw,
empty_droplets_lower,
empty_droplets_enabled = TRUE,
BPPARAM = BiocParallel::SerialParam()
)
sce_raw |
(input target) A |
empty_droplets_lower |
An integer scalar: lower bound on the total UMI count at or below which all barcodes
are assumed to correspond to empty droplets. Passed to |
empty_droplets_enabled |
A logical scalar: if |
BPPARAM |
A BiocParallel::BiocParallelParam object. |
A DataFrame
object (value returned from DropletUtils::emptyDrops()
) if empty_droplets_enabled
is TRUE
, NULL
otherwise. Output target: empty_droplets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.