furkanmtorun / gnomad_python_api

🧬 gnomAD Python API is used to obtain data from gnomAD (genome aggregation database).
GNU General Public License v3.0
19 stars 9 forks source link

Query support for single variant or batch variant search #1

Closed MuhammedHasan closed 4 years ago

MuhammedHasan commented 4 years ago

Thanks a lot for the python API.

Can you add variant search support? My use case is lookup for the MAF of the variants from gnomad.

furkanmtorun commented 4 years ago

Dear @MuhammedHasan,

Thanks for your comment. I am currently in the stage of preparing a new version of this package (maybe with a tool paper). So, I labeled this task as TODO and will try to add this option soon 👍

Keep your eyes on the repo 👀

Kind regards ✋

furkanmtorun commented 4 years ago

Hi Dear @MuhammedHasan,

Is there any chance for you to check the graphical user interface (GUI) of the tool in the dev branch for variant search via rs_id?

Here, what I have tried and its outputs: image image

Best regards, Furkan