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

[WIP] Multi-LD #240

Open abought opened 3 years ago

abought commented 3 years ago

Ticket

213

Purpose

Allow users to request more than one LD reference variant within the same plot. This is useful for regions with more than one potentially independent signal.

This should also serve as a proof-of-concept for using widgets to encapsulate complex calculation logic, like visualization options that affect many fields at once, or legends that should rewrite their own definition to reflect the currently selected variants:

Summary of changes