View source: R/scAPAtrap_funlib.R
dedupByPos | R Documentation |
Deduplication with umitools
dedupByPos(umitools.path, input, TenX = TRUE, ...)
umitools.path |
The path of the umi_tools. |
input |
A BAM file which needs the index file. |
TenX |
Logical value, TRUE for 10X data. |
... |
Arguments passed to other methods and/or advanced arguments. Advanced arguments:
|
Output path of the deduplicated BAM file (<input>.dedup.bam).
umitools.path <- '/home/aa/miniconda2/envs/umi_tools/bin/umi_tools'
input <- './data/demo.Uniq.sorted.bam'
## Not run:
dedupByPos(umitools.path, input)
## End(Not run)
dedupByPos(umitools.path, input, notRun=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.