View source: R/functions_misc.R
get_mapped_reads | R Documentation |
get_mapped_reads
get_mapped_reads(bam_file)
bam_file |
A bam file. Matching .bai file must exist. |
The number of mapped reads in bam file.
bam_file = system.file("extdata/MCF10A_CTCF_R1.100peaks.bam", package = "ssvQC")
get_mapped_reads(bam_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.