Download SNPs data
1
0
Entering edit mode
7.2 years ago
ahm3dhany ▴ 20

I want to download SNPs data that contains every SNP's genotype with its magnitude, orientation and summary in a csv file or something like that.. for example:

rs4988235,minus,(C;C),2.5,likely to be lactose intolerant as an adult

is there is something like that available to download ?

SNP genotype phenotype data • 4.3k views
ADD COMMENT
0
Entering edit mode

Have you tried BioMart at Ensembl?

ADD REPLY
0
Entering edit mode

I also want this for a personal project. Looks like I'm not the only programmer with personal interest in genomics.

ADD REPLY
1
Entering edit mode

I don't believe this type of information exists in a single file. You may have to merge it from dbSNP and the more clinically-related ClinVar files.

For dbSNP, this may help: List Of Dbsnp Rsids And Their Positions

The human dbSNP data is available for download here: ftp://ftp.ncbi.nih.gov/snp/organisms/human_9606 (you should devote some time to exploring that data, e.g., download different parts and see if t's what you could use).

ADD REPLY
0
Entering edit mode

You can also look at the R package "gwascat": https://bioconductor.org/packages/3.7/bioc/vignettes/gwascat/inst/doc/gwascat.pdf which allows you to access and work with the National Human Genome Research Institute GWAS catalog.

ADD REPLY
0
Entering edit mode

Did you find out how to do it? I'm looking for THE EXACT SAME THING. Could you send me an email?

ADD REPLY
0
Entering edit mode

See @Emily's answer below. The link should work now.

Here is a direct link to the relevant VCF file (largeish download).

ADD REPLY
1
Entering edit mode
6.0 years ago
Emily 23k

Ensembl have VCFs of all phenotype-associated variants.

ADD COMMENT
0
Entering edit mode

That indeed looks like the best fit to the user's question. I wasn't even aware of these VCFs by your organisation.

ADD REPLY

Login before adding your answer.

Traffic: 2291 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