How to check if my SNPs are also present in 1000 genome project
2
0
Entering edit mode
10.5 years ago
Dataminer ★ 2.8k

Hi!

I have a list of SNPs, how can I know which one of them are also present in 1000 genome project.

I cannot do this manually, their has to be an automated way, to upload the whole set of SNPs and check it out.

Thank you

1000genomes SNP • 2.3k views
ADD COMMENT
2
Entering edit mode
10.5 years ago

Sort your SNPs

Search dbsnp for "1000genomes"[Submitter Handle] ( http://www.ncbi.nlm.nih.gov/snp?term=%221000genomes%22[Submitter%20Handle] ) . Save as rs#id and sort

Use comm to get the common snps.

ADD COMMENT
1
Entering edit mode
10.5 years ago
Ram 44k

I'd suggest using UCSC genome Browser's MySQL provisions and SQL queries.

How to connect to UCSC Genome Broser MySQL: https://genome.ucsc.edu/goldenPath/help/mysql.html

Table Schema: http://genome.ucsc.edu/cgi-bin/hgTables?db=hg19&hgta_group=varRep&hgta_track=tgpPhase1&hgta_table=tgpPhase1&hgta_doSchema=describe+table+schema

Hope this helps!

ADD COMMENT

Login before adding your answer.

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