Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API, prototype demo UI for interactive filtering (#1927)
* Support interactive filtering of variants with new API functions and 1 new event. - `filter` property on VariantTrack, a function that takes a variant and returns a pass/fail boolean - new method `getInViewFeatures` on VariantTrack, returns features in view that pass filter - new event `featuresloaded` broadcast on completion of a load --------- Co-authored-by: jrobinso <[email protected]>
- Loading branch information