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

Improve data source config options #194

Closed abought closed 3 years ago

abought commented 4 years ago

Some of our data adapters work by combining data from two different APIs, with different conventions for representing values. Although these adapters are generally aimed at APIs that follow LZ conventions closely, in practice they often are used for data formatted in many ways.

As we expand usages of these data sources, we will need to take into account differing usage scenarios.