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

[rfr] Refactor data source internals #134

Closed abought closed 6 years ago

abought commented 6 years ago

See #123 for details and notes.

This PR breaks up a long series of changes into more manageable chunks that can move forward independently. Several of the items in this PR are breaking changes.

It includes:

It does not include aggregation tests, so PR #123 will be more focused on specific demo functionality going forward.