FINNGEN / autoreporting

MIT License
0 stars 1 forks source link

Drop dbSNP usage in gwas catalog lookup #164

Closed Lipastomies closed 3 years ago

Lipastomies commented 3 years ago

Problem

GWAS Catalog contains only chrom and pos, as well as rsid and sometimes effect allele, never effect + ref.

Previous solution

Fetch alleles from dbSNP REST API.

Pain points with that approach

Solution

Change dbSNP to one of our annotations, e.g. the gnomad annotation, that has alleles for a wide range of variants. We could also take allele frequencies for fin, nfsee populations to e.g. filter the hits based on whether those variants are available in the Finnish population, etc.

Steps

  1. Change GWCatalog DAOs to use a separate annotation file instead of dbSNP