Convert #Ss To #Rs Snp Ids
1
2
Entering edit mode
12.0 years ago

Hi

I have about 500k #ss SNPs (from an Affy 5.0 chip). I would like to find the #rs numbers for each of these SNPs. Would anyone happen to know how would I go about doing this? I also have allele names for each #ss number, but no physical or genetic positions.

Thanks very much!

snp • 4.2k views
ADD COMMENT
4
Entering edit mode
12.0 years ago

A table linking the #ss to the #rs is available at ncbi at : ftp://ftp.ncbi.nih.gov/snp/organisms/human_9606/database/organism_data/SNPSubSNPLink.bcp.gz

CREATE TABLE [SNPSubSNPLink]
(
[subsnp_id] [int] NULL ,
[snp_id] [int] NULL ,
[substrand_reversed_flag] [tinyint] NULL ,
[create_time] [datetime] NULL ,
[last_updated_time] [datetime] NULL ,
[build_id] [int] NULL ,
[comment] [varchar](255) NULL
)
ADD COMMENT
0
Entering edit mode

Sorry for my slow response to your very quick one. Many thanks for this info!

ADD REPLY
0
Entering edit mode

sir.. is there any method available to convert #rs to#ss id??

ADD REPLY

Login before adding your answer.

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