getProID: Get whole KEGG IDs and annotation

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

1
getProID(KEGGspec)

Arguments

KEGGspec

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

Details

Get the KEGG protein ID list and annotation.

Value

A matrix of KEGG IDs and annotation

Author(s)

Yulong Niu niuylscu@gmail.com

Examples

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

# KEGG T number
getProID('T00007')

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

YulongNiu/KEGG_BioCyc_API documentation built on May 10, 2019, 1:13 a.m.