rearrangedReads | R Documentation |
Identify rearranged reads – initiallly unmapped reads that can be aligned by blat to span a novel sequence junction.
rearrangedReads(linked_bins, blat, maxgap = 500)
linked_bins |
a |
blat |
a data.frame of blat alignment records |
maxgap |
this maximum gap between the mapped read and the genomic intervals of the improper read clusters |
a 'GRangesList' of blat records that map to both sides of a sequence junction. Each list element corresponds to one read that is aligned to two locations (i.e., each element of the list consists of the vector of reads that supports one rearrangement).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.