View source: R/alignment-utils.R
get_improper_readpairs | R Documentation |
This function is a wrapper for readGAlignments followed by makeGAlignmentPairs2. Only read pairs in which both the first read and the last read in a pair overlap with the queryRanges are returned. Note, a given read pair need not overlap the same queryRange. To allow fuzzy matching of alignments to the queryRanges, the queryRanges are expanded by 2kb in each direction.
get_improper_readpairs(object, bam.file)
object |
An object for which |
bam.file |
The complete file path to a bam file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.