KEGGREST: how to retrieve compound list by pathway ID
1
0
Entering edit mode
6.0 years ago
halehashki • 0

Hello, I am not very familiar with KEPP API and KEGGREST. I want to get the list of compound by pathway ID. In Kegg API, I can get it by : http://rest.kegg.jp/link/cpd/map00362

But by using KEGGREST, I can't get that using KeggLink or any other command. I will be thankful if you help me out.

I am also confused by using KEGG API vs KEGGREST. Is there anyway to use LEGG API ( I mean the direct http link) in R or Python instead of using KEGGREST package?

Any help would be appreciated. Thanks for your time in advance.

KEGGREST • 3.4k views
ADD COMMENT
1
Entering edit mode

Perhaps this thread will assist: KEGGREST -- gene list (take a look at the answer of Damian).

Also take a look at my comment in the thread, where I give a quick example in R.

ADD REPLY
1
Entering edit mode
6.0 years ago
AB ▴ 360

This should work

keggGet("pathway_id")[[1]]$COMPOUND

As for using the KEGG API in R, I'm not aware of it. You should be able to pull all the data you need using KEGGREST

ADD COMMENT

Login before adding your answer.

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