broadinstitute / gnomad-browser

Explore gnomAD datasets on the web
https://gnomad.broadinstitute.org
MIT License
80 stars 44 forks source link

Add some API documentation for endusers #1633

Closed phildarnowsky-broad closed 1 month ago

phildarnowsky-broad commented 1 month ago

Here we start adding docs covering the basics of using our GraphQL API, including how to fetch all variant frequencies for a gene.

Note the original brief was to replicate the data exported to CSV off the gene page variant table, but I wasn't able to do that exactly, since it turns out some of that data is calculated in the frontend code rather than the API.

phildarnowsky-broad commented 1 month ago

@rileyhgrant this version incorporates all the feedback I got on the demo