Entering edit mode
7.8 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 ?
Have you tried BioMart at Ensembl?
I also want this for a personal project. Looks like I'm not the only programmer with personal interest in genomics.
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).
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.
Did you find out how to do it? I'm looking for THE EXACT SAME THING. Could you send me an email?
See @Emily's answer below. The link should work now.
Here is a direct link to the relevant VCF file (largeish download).