1000 Genomes Project SNPs
1
2
Entering edit mode
9.9 years ago
goodcow ▴ 20

I want a file that has all the SNPs discovered by the 1000 genomes project, with their location and major/minor allele genotype and frequency. I need this in order to determine the haplotype of my sequences.

So far, I've looked at 1000 genomes project's Data Slicer and the UCSC Genome Browser, but I can't figure out how to get such a file. Could someone with experience with this please help me? Thanks!

SNP genome 1000-genomes • 5.4k views
ADD COMMENT
0
Entering edit mode
9.9 years ago

The data-page of the 1000 Genomes project has two links to the NCBI and the EBI, these two seem to be the latest VCF files for all chromosomes:

You can then use wget to download all files from there:

wget -r --reject="index.html*" ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/release/20110521/
ADD COMMENT
0
Entering edit mode

So it seems like I would have to download the .vcf file for each chromosome? I'm wondering if there is a file that just has the consensus SNPs.

ADD REPLY
0
Entering edit mode

In that case, maybe this older thread can help you: Identifying Snps Contributed By 1000Genomes Project

ADD REPLY

Login before adding your answer.

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