jbrowse-components
jbrowse-components copied to clipboard
Add ability to launch split view from VCF feature details for DEL/INV type features
trafficstars
It could be useful to see these in the context of the breakpoint split view
Alternatively: create split view with dis-contiguous displayedRegions
this was added in https://github.com/GMOD/jbrowse-components/pull/4561
the code is a little hacky IMO relying on feature.type which i feel is a bit free-text-y for vcf features but it works for now
https://github.com/GMOD/jbrowse-components/blob/cca187955375dbffac3b429d7434af47f979ba56/plugins/variants/src/VariantFeatureWidget/VariantFeatureWidget.tsx#L101-L112