.get_alnstats_for_bam | R Documentation |
Internal function to get seqlengths, mapped and unmapped counts for a bam file
.get_alnstats_for_bam(bf)
bf |
Character scalar with the path and filename to a bam file (index is assumed to be already existing) |
a named numeric vector with elements 'seqlength', 'mapped' and 'unmapped'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.