Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gnomad inconsistencies #337

Open
alanwilter opened this issue Apr 22, 2021 · 1 comment
Open

Gnomad inconsistencies #337

alanwilter opened this issue Apr 22, 2021 · 1 comment
Assignees

Comments

@alanwilter
Copy link
Collaborator

For example, variant 14-76135756-T-C, which is found at https://gnomad.broadinstitute.org/variant/14-76135756-T-C?dataset=gnomad_r2_1, is missing in table gnomad.annotation_v3.

Querying for this chrom and position:

select * from gnomad.annotation_v3 av where av.chrom = '14' and av.pos = 76135756;
chrom	pos			ref	alt	ac		af
14		76,135,756	G	A	1,708	0.0119237

but this variant 14-76135756-G-A is not in gnomad (https://gnomad.broadinstitute.org/variant/14-76135756-G-A?dataset=gnomad_r2_1).

All above is related to GRCh37.

However, if I search both variants above in GRCh38, the reversed is presented, where 14-76135756-G-A is now found but not 14-76135756-T-C.

Looking at scripts/import_gnomad.py I just wonder how this script was run and where are the logs. Could be that we imported GRCh38 data rather than GRCh37?

I suggest having a look here https://gnomad.broadinstitute.org/downloads as well.

@pontikos
Copy link
Contributor

I believe this is a strand issue ? @priesgo thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants