Entering edit mode
5.7 years ago
saladi
▴
30
I need to find pairs of reads that span a certain position in an assembly. However, neither needs to necessarily correspond to that position. To be clear, here is an example:
assembly: ----------------------[=====================]----------------------------
pair A: -----[<<<<<]------------------------------------[>>>>>]------------------
pair B: -------------------------[<<<<<]------------------------[>>>>>]----------
I am interested in the positions [=====]
in the assembly. I am looking for pairs of reads like read pair A.
I can find reads like read pair B using bedtools intersect
, but I am not interested in these.