nlesc-ave / ave-rest-service

visualize (clustered) single-nucleotide variants across genomes
Apache License 2.0
1 stars 0 forks source link

Haplotype clustering #5

Closed sverhoeven closed 7 years ago

sverhoeven commented 7 years ago
sverhoeven commented 7 years ago

The app can now render haplotype track and tree using https://github.com/nlesc-ave/ave-app/blob/master/api/genomes/GRCh38.p10/variants.json as data. The data structure is optimized for reading with d3 and pileup.

@mkuzak Is it OK to replace the swagger variants endpoint response with this structure?

sverhoeven commented 7 years ago

Endpoint implemented.