get_mapped_reads | R Documentation |
get_mapped_reads
get_mapped_reads(bam_files)
bam_files |
Path to 1 or more bam files. Must be indexed. |
the total mapped reads in each bam file as a named numeric vector.
bam_file = system.file("extdata/test.bam", package = "seqsetvis", mustWork = TRUE)
get_mapped_reads(bam_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.