This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GRCh37 database, population filter

Good morning to all! I am here with another question that has been bugging me. I am using the GRCh37 database for SNPs, and those SNPs are taken from 5 big population across the globe. My question is, when I browse the SNPs for example http://grch37.ensembl.org/Homo_sapiens/Transcript/Variation_Transcript/Table?db=core;g=ENSG00000131495;r=5:140018325-140027370;t=ENST00000252102, I can see ALL the SNPs from the 5 populations but I want to know if there is a filter so I can take the SNPs from a particular population and not all of them. Do you happen to know anything?

population-genetics database ensembl grch37 snps

2 answers

If you feel comfortable using VCF files then my approach would be to download the 1000 Genomes GRCh37 variants

ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/

For every variant, INFO:AF is the global allele frequency and INFO:EAS_AF, EUR_AF, AFR_AF, AMR_AF and SAS_AF are the super-population allele frequencies.

You can use BioMart. There's a help video here. Use the short variation database and filter by gene and variation set to only get specific populations.

i have also noticed that biomart has two options for every population. eg: EUR and EUR-COMMON. what is the difference between the two?

Common means frequency > 1%.

Log in to answer this question.