View source: R/scAPAtrap_funlib.R
countPeaks | R Documentation |
Calculate the expression level of each peak in each cell with umi_tools
countPeaks(umitools.path, input, outputdir, TenX = TRUE, ...)
umitools.path |
The path of the umi_tools. |
input |
The final.bam file is generated by |
outputdir |
Output file directory. |
TenX |
Logical value, TRUE for 10X data or BAM resulted from STARsolo. |
... |
Arguments passed to other methods and/or advanced arguments. Advanced arguments:
|
Full path of the <counts.tsv.gz> file in the outputdir directory
umitools.path <- '/home/aa/miniconda2/envs/umi_tools/bin/umi_tools'
input <- './data/final.bam'
outputdir <- './data'
## Not run:
countPeaks(umitools.path, input, outputdir, TenX=TRUE)
## End(Not run)
countPeaks(umitools.path, input, outputdir, TenX=TRUE, notRun=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.