statgen / locuszoom

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

More flexible filtering and matching rules #224

Closed abought closed 3 years ago

abought commented 3 years ago

Ticket: #207

Purpose

The filtering and matching functionality provide a means for live, interactive updates to the plot. The initial design was very restrictive due to performance concerns, but as we make improvements to the internals, we can allow more complex comparisons.

Several use cases (eg #207) have emerged wherein people would like to have more control over what is rendered:

Summary of changes

Future goals

Parul-Kudtarkar commented 3 years ago

Excellent!! Looking forward to testing this feature :)