getProID: Get whole KEGG IDs and annotation

Description Usage Arguments Details Value Author(s) References Examples

Description

KEGG Database API - Get the whole KEGG IDs from one species.

Usage

1
getProID(specID, ...)

Arguments

specID

KEGSS species org code or T number , for example "hsa" or "T01001".

...

Parameters inherited from webTable().

Details

Get the KEGG protein ID list and annotation.

Value

A matrix of KEGG IDs and annotation

Author(s)

Yulong Niu niuylscu@gmail.com

References

http://www.kegg.jp/kegg/rest/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## KEGG org cord
getProID('eco')

## Not run: 
## KEGG T number
getProID('T00007')
## End(Not run)

## KEGG T number with empty elements
getProID('T10004')

YulongNiu/KEGG_API documentation built on May 10, 2019, 1:12 a.m.