KEGG ID conversion to pathways
1
0
Entering edit mode
3.5 years ago
siu ▴ 160

Dear all, I have C. reinhardtii protein sequences and I have submitted these sequences into KAAS to get the KEGG ID to the corresponding protein sequence and got:

Cre1        K07870
Cre2        K01952
Cre3        K20989
Cre4        K12667

Now, i want to convert these KEGG ids to the pathways. How can I do it? My expected out should be

Cre1        K07870       Pathway1
Cre2        K01952       Pathway2
Cre3        K20989       Pathway3
Cre4        K12667       Pathway4

Please help.

Thanks in advance.

R gene RNA-Seq Assembly genome • 1.3k views
ADD COMMENT
0
Entering edit mode
3.5 years ago
shelkmike ★ 1.2k

You can find correspondence between KEGG ids and KEGG pathways in files that are stored on KEGG ftp. Note, however, that there can be several pathways corresponding to a single KEGG id.

ADD COMMENT
0
Entering edit mode

Unfortunately, even for academic users the ftp access require an annual subscrition fee: link

ADD REPLY
0
Entering edit mode

Alternatively, you can write a script that, for each Kegg Orthology (KO) id that is present in your file, will access the web page of that KO like https://www.genome.jp/dbget-bin/www_bget?ko:K07870 . Then your script can parse the page and get the list of pathways of that KO. I did a similar thing with the KEGG database using Perl and the LWP library that allows to browse web pages. If you prefer Python, there should definitely be some library for web page browsing too.

ADD REPLY
0
Entering edit mode

Thanks, I will try this.

Regards

ADD REPLY

Login before adding your answer.

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