Hi,
I wanted to query the gnomAD database without having to download and configure the entire data. Is there a way gnomAD provides an API for programmatic access? For example, for a given variant id, I want to retrieve the Total 'Allele Count':
INPUT: '1-978628-C-T' (or 'rs116586548')
OUTPUT: 180
i.e. if we query the website (gnomAD
I have thousands of variants that I want to get the Total Allele Count for, but would prefer not to download the entire dataset.
thanks!
tabix doesn't work anymore because the server for gnomad doesn't support "range-query" anymore.