How to map rsIDs to KEGG variant Ids
Is there a way to map rsIDs to KEGG variant IDs?
dbsnp
kegg
rsid
• 2,613 views
•
link
written
by
david.f.stein •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Mapping BRENDA ligand id to Kegg Compound id
written by Natasha •Hi All, I'd like to know if there is a way to map ligand id obtained from BRENDA to other ids like SABIO compound id/ …
-
Is there any way to map ChEMBL compound IDs to KEGG Drug IDs?
written by Misha •Dear All, I am looking for a way in which I can map or get the ChEMBL compound IDs to KEGG Drug IDs compounds. For …
-
Annotating entrez Ids with the kegg pathway they are involved in
written by user_g •Hello, I have a list of entrez Ids I would like to map them to their relative kegg pathways. So for every genes I would …
-
Liftover dbSNP IDs
written by Arko •I have a list of SNPs from dbSNP build 150, I want to run a batch analysis on SIFT which uses an older build of …
-
how to get ko definition by using KEGG API?
written by fanglujing •Hi, I have many KO IDs and I want to get these KO IDs definition by using KEGG API. But I found some examples in …
-
Merged RsIDs in different files
written by BAGenoHi I want to check rsIDs present in my VCF in different databsase to know whether these variants are present in certain disease condition or …
-
How to view all KEGG reactions?
written by Trombone Engineer •I would like to assemble a network connecting some genomic data based on metabolism and KEGG reaction IDs. Is there a way that I can …
-
How to get list of GeneIDs using SNP ID list?
written by goksoy66 •Is there any way to get the list of gene IDs by giving SNP IDs, via a web (REST) service? I need services like following: …
-
Kegg Meta Data Download - Out Of Memory Because Of Data Size
written by Siva Kumar •<p>I was trying to get KEGG metadata - Compound IDs, Gene IDs etc. using the bfind method in the Kegg API. I wish to retrieve …
-
Mapping Bigg Metabolic Reaction Ids To Kegg Pathway Map Ids
written by Bernie •<p>I would like to superimpose metabolic flux balance analysis results on <a href="http://www.genome.jp/kegg-bin/show_pathway?scale=0.5&query=&map=eco01100">KEGG pathway maps</a> and would like to know if there is a way …
What have you tried? Can you give us a sample entry of something you have manually mapped (as in, you think they're connected)?
I've searched for a mapping tool and examined KEGGs API but there doesn't appear to be a programmatic way to map rsIDs to KEGG variant IDs. I have ~100,000 variants, so this cannot be done manually
Like I said, "give us a sample entry"
Once you outline your approach for a few variants, you can start to automate for the rest.
You want me to give you a sample rsID? Not really sure how that will help either of us answer the question. If you don't know how it's all good
I'm sorry that I wasn't clear before. Can you give us a sample rsID that you have mapped to a KEGG variant ID? For example, the KEGG variant 3845v1 can be mapped to rs121913529 because the KEGG website entry for the variant has this information (and so, it must be available to download as a flat file). However, dbSNP does not point to KEGG variant entries. Do you have a manual way of doing it for one sample rsID? If so, that could be automated.
I see, here is a link with a KEGG variant that maps to an rsID. https://www.kegg.jp/entry/hsa_var:4000v1 (rs58596362). It seems you can query using there dbget tool, but I'm just not sure how to search for the rsID and get back the KEGG ID rather than the other way around. For instance if I go here: https://www.genome.jp/dbget/ and search rs58596362 I don't get back any results. However, I can search the KEGG ID and get back to the first link.
Ah, I see. So you do not yet have any leads into going the other way (rsID -> KEGG variant entry) even manually. In that case, an approach would be to get a flat file mapping KEGG variants to rsIDs from the KEGG website, then using that to reverse-map the subset of your rsIDs that match the entries in that file.
I did some digging, and there seems to be no easy way to access their files; there is an ftp service though, which does not seem all that great. You could email them and check how to access their variant dataset.
Seems like I'll have to get in touch with them and see if I can get the flat file download. Thanks for the suggestion