View source: R/alignment-get_pileup.R
get_nreads | R Documentation |
Get number of aligned reads from a bam file
get_nreads(bam_file, min_mapq = 0)
bam_file |
character(1) or BamFile; BAM file path. |
min_mapq |
Minimum mapping quality |
Number of reads for each sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.