Open bw2 opened 3 years ago
That's right. The current version of EH does not generate graph alignments of in-repeat read pairs (both mates inside the repeat). To account for the absence of these reads, REViewer caps the repeat size estimate at the fragment length. However, your example (with-off-targets) shows that sometimes the size of the repeat needs to be reduced further.
For now, we could cap the repeat size in a better way that would make both plots (with-off-targets and no-off-targets) look the same. Of course, a better solution would be to enable EH to output alignments of in-repeat read pairs.
I see, that makes sense. Thanks.
I ran EHv4 on the FXN locus, using 2 repeat specs which are identical except that the 2nd one includes GAA off-target regions:
These are the EHv4 results in the (relatively rare) WGS sample where the genotypes from the 2 specs differed significantly between no-off-targets:
and with off-targets:
I then ran REViewer for both outputs, and got these plots
no-off-targets:
with-off-targets:
finally, this is the plot from when I used the standard FXN repeat spec included in the EHv4 repo:
I'm wondering how to interpret the "with-off-targets plot". In REViewer docs, I saw
..the current version of REViewer visualizes repeats whose span does not exceed the fragment length (longer repeats are capped at the fragment length).
Does REViewer not plot the off-target FRRs?Thanks -Ben