.readBam | R Documentation |
Reads in interactions stored in a BAM file. Assumes that each interaction is represented by pair of PETs with the same qname. The function reads in and determines which anchor is which by examining the isFirstMateRead and isSecondMateRead fields in the BAM file.
.readBam(fn)
fn |
name of BAM file containing interaction information |
list of GRanges - storing the anchor information for each interaction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.