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

Dashboard widget to set state params #153

Closed abought closed 4 years ago

abought commented 5 years ago

Purpose

The new LD server supports multiple populations. Users would like a simple way to switch between them.

Internally, the LD source is controlled by parameters such as state.ld_source or state.ld_pop. (in older versions, state.ldrefsource) This could be done as a reusable dashboard widget: pick an option, set plot.state to an associated value (or set of values).

abought commented 4 years ago

This has been implemented and will be available in the 0.10.0 milestone!