View source: R/scAPAtrap_funlib.R
separateBamBystrand | R Documentation |
Separate BAM files by strand
separateBamBystrand(samtools.path, input, thread = 12, ...)
samtools.path |
The path of the samtools. |
input |
The BAM file name. |
thread |
Number of CPU threads, default is 12. |
... |
Arguments passed to other methods and/or advanced arguments. Advanced arguments:
|
String vector storing the path of the forward BAM file (<input>.forward.bam) and the reverse BAM file (<input>.reverse.bam)
samtools.path <- '/home/aa/miniconda2/envs/nar_env/bin/samtools'
input <- './data/demo.Uniq.sorted.dedup.bam'
## Not run:
separateBamBystrand(samtools.path,input,24)
## End(Not run)
separateBamBystrand(samtools.path,input,24, notRun=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.