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

Provide extensible parsers for user-provided data #251

Closed abought closed 3 years ago

abought commented 3 years ago

Ticket

237

Purpose

The existing lz-tabix-source addon provides a way to load generic tabix files, but it does not handle the act of parsing. We will add basic parsers for several line based formats. If time permits, we should also explore UI (an add-track widget) that comes pre-configured with common options.

The "add track" widget will focus on tabix-based files, rather than generic text files. The rationale for this is that some users might have very large datafiles that would overwhelm the browser. Using a tabix query will prevent a bad user experience (browser crash), though at the cost of some minor added effort during data preparation.

TODO

abought commented 3 years ago

Contributions to release notes tracked below