Description Usage Arguments Value Examples
This method will extract a block of BAM content from a given BAM file
1  | testBam(bamFile, yieldSize = 100L)
 | 
bamFile | 
 is the location to the BAM file to parse  | 
yieldSize | 
 is the number of mapping observations to extract  | 
list of summary observations
1 2 3 4 5  | # define the path to a BAM file
demoBam <- system.file("extdata",
    "Ecoli_zymo_R10_filt_subs.bam",
    package = "nanopoRe")
bamdata <- testBam(demoBam, 10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.