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

Select multiple independent LD reference variants #213

Open abought opened 3 years ago

abought commented 3 years ago

Goal

The original version of LocusZoom allowed users to select more than one LD reference SNP for plotting, and color the plot accordingly. (see example)

This feature can be especially useful in regions with multiple independent significant hits; it would be a natural extension as we refactor rendering to support larger zoom regions.

Blocking tasks

Daniel is currently working on some performance optimizations to LDServer handle larger datasets and more complex LD queries. In the current system, each reference variant represents a separate network request to the server, and rendering cannot begin until all requests are resolved. We should explore:

Feature Requirements

Open questions