calmdBam | R Documentation |
Add the MD tag to BAM file and replace matches with “=” in ‘seq’.
calmdBam(bamFns, genomeFn, mc.cores=4L)
bamFns |
|
genomeFn |
|
mc.cores |
|
It uses the “calmd” from samtools.
Filenames of returned BAM files.
bamFns <- list.files("/scratch/gtan/R2ErrorRates/GEORNASeqBam",
pattern="\\.bam$", recursive = TRUE, full.names = TRUE)
calmdBam(bamFns,
genomeFn="/scratch/gtan/R2ErrorRates/reference/Mus_musculus/Ensembl/GRCm38.p5/Annotation/Release_91-2018-02-26/Genes/BOWTIE2Index/transcripts.fa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.