GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
201 stars 60 forks source link

add option for breakpoint split view to show only supporting lines #922

Open rbuels opened 4 years ago

rbuels commented 4 years ago

In the breakpoint split view, add some kind of option to show only connections that support the breakpoint currently being viewed.

@ihh wants this for ITCR if possible

cmdcolin commented 4 years ago

Technically it could be selecting "reads that only have a precise clip on the breakpoint" which would have some narrow definition but other things like paired reads would, for the majority of them, not actually clip at the breakpoint although a few might.

garrettjstevens commented 4 years ago

Blocked by #964