phantom_purger | R Documentation |
A function wraper for running the PhantomPurgeR workflow in a single step.
phantom_purger(
samples,
torc,
max_r = NULL,
barcode_length = NULL,
min_umi_cell = 1,
return_readcounts = FALSE,
return_discarded = TRUE
)
samples |
A named list of filepaths |
torc |
TOR cutoff |
max_r |
Maximum PCR duplication level to consider |
barcode_length |
the length of the cell barcode for v2 data |
min_umi_cell |
The minimum number of UMIs associated with a cell barcode. Barcodes with fewer UMIs are discarded. Default is 1 (i.e. all cell barcodes are retained). For large datasets with many samples set to a larger value (50-200) to reduce memory requirements. |
return_readcounts |
If true the joined readcounts is returned |
return_discarded |
return discarded data |
out list pf umi_counts, metadata, and summary statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.