How To Get Chromosome Position Given Rs Number?
1
0
Entering edit mode
7.4 years ago
BlackHole • 0

I have a list of a 5 hundred thousand SNPs given by rs number. I want to get the chromosome and position for each SNP. For example: input: rs4477212 output: chr1 82154

How can I do it and how long will receive this information?

SNP chromosome position • 3.6k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

Thanks! Interesting, whether it is possible to do in R

ADD REPLY
0
Entering edit mode

Probably a biomart solution for this, through R.

ADD REPLY
0
Entering edit mode

You can try it using the UCSC mysql server

ADD REPLY
1
Entering edit mode
7.4 years ago

You can batch query on dbSNP

ADD COMMENT
0
Entering edit mode

If there is a large list of rs ids, download dbSNP VCF file and grep for positions with rs ids

ADD REPLY

Login before adding your answer.

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