statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
156 stars 29 forks source link

Data Filtering #79

Closed Frencil closed 8 years ago

Frencil commented 8 years ago

Work in progress

API methods to select, highlight, dim, or hide a collection of elements based on an arbitrary set of filters. This is designed to, for example, identify variants in an association data layer that pass some sort of filter test originating from anywhere else in the plot, such as a gene tooltip filtering for all variants within the transcript. This framework would hopefully provide means to approach the task of dynamically identifying credible sets, as another example.