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

Include standard BED parsers with Tabix adapter plugin #237

Closed abought closed 2 years ago

abought commented 3 years ago

We expect to receive a variety of new datasets in the future. We should add a set of standard parsers for the most common file formats, including known BED formats, to the tabix source extension.

Open questions are whether we incorporate existing parsers (eg GWAS), and whether we make this a standalone library vs part of LZ core etc. We will start with BED parsers and expand over time as needs arise.