Get whole gene number in Kegg
1
0
Entering edit mode
8.1 years ago
nvayin • 0

Hi,

How can we list\ get all gene number in KEGG using KEGG REST , i tried :

genes = urlread('http://rest.kegg.jp/list/genes'); genes = urlread('http://rest.kegg.jp/link/genes');

but does not work ??

please any suggestion

gene • 1.2k views
ADD COMMENT
0
Entering edit mode
8.1 years ago
5heikki 11k

One way is to get list of organisms:

http://rest.kegg.jp/list/organism

and then list their genes one by one, e.g.:

http://rest.kegg.jp/list/T01001

Although this approach probably still misses some genes like those in viruses and metagenomes..

ADD COMMENT

Login before adding your answer.

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