View source: R/alignment-utils.R
get_readpairs2 | R Documentation |
Parses a BAM file for read pairs near intervals specified by a GRanges
object and
returns the read pairs in a GAlignmentPairs
object.
get_readpairs2(g, bam.file, flags = scanBamFlag())
g |
A |
bam.file |
A character vector of the path to a bam file |
flags |
A length-two integer vector as given by |
A GAlignmentPairs
object
get_readpairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.