This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Get The Chromosome Physical Position From Rs Numbers?

Hi all,

I have a list of around 100,000 rs numbers from different chromosome and now need to get the physical position for them. Any help will be highly appreciated.

Thanks

example

I have in hand:

rs17374716
rs10889198
rs310170
rs425181
rs310185
rs191088
rs310195
rs310178
rs17374803

I need:

rs17374716    61001172
rs10889198    61002512
rs310170    61006312
rs425181    61008272
rs310185    61023348
rs191088    61025636
rs310195    61029140
rs310178    61033340
rs17374803    61033472
chromosome position

You may check dbSNP-Q database for this information. dbSNP-Q allows to download data and further, data can be parsed. Hope this helps.

1 answer

duplicate of

Get SNP position from a python interface.

Log in to answer this question.