extract gnomAD (exome/genome) all variant list in a specific gene (hg19)
2
0
Entering edit mode
3.1 years ago
cocchi.e89 ▴ 270

I am working on some annotation on human WGS/WES data and I was wondering if there is a fast web-based way to extract a list of all variants listed in gnomAD in a specific gene (I can retrieve coordinates through UCSC in case). I'd need to avoid download all DB for this!

Thank you in advance for any help!

gnomAD human hg19 • 1.3k views
ADD COMMENT
0
Entering edit mode
3.1 years ago
4galaxy77 2.8k

If you don't want to download the whole dataset, then you can stream it directly through bcftools and then subset your variants if they are in a list like:

bcftools view -T list.txt https://storage.googleapis.com/gcp-public-data--gnomad/release/2.1.1/vcf/genomes/gnomad.genomes.r2.1.1.sites.vcf.bgz

Or query the annotations you want in the same way using bcftools query

ADD COMMENT
0
Entering edit mode
2.2 years ago
Kalin ▴ 50

I created a python package based on SQLite databases, where you can easily query all gnomAD variants for GRCh37/38. https://github.com/KalinNonchev/gnomAD_DB I have precomputed SQLite databases for gnomAD WGS for GRCh37/38 in the description of the package. Please take a look there.

ADD COMMENT

Login before adding your answer.

Traffic: 2640 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6