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
• 7,637 views
•
link
1 answer
duplicate of
• 0 views
•
link
Log in to answer this question.
dup of
Get SNP position from a python interface.
You may check dbSNP-Q database for this information. dbSNP-Q allows to download data and further, data can be parsed. Hope this helps.