KEGG2Sym: KEGG gene ID to symbol.

Description Usage Arguments Details Value Author(s) Examples

Description

KEGG gene ID to symbol

Usage

1
KEGG2Sym(geneKEGG)

Arguments

geneKEGG

The gene symbol extract from KEGG.

Details

Try to transfer KEGG ID to symbol, if it has one; otherwise, we just use the 'KEGGID'. The return gene information is split by ";" and ",". All elements, expect ones contain space, are returned.

Value

A character vector including the raw KEGGID.

Author(s)

Yulong Niu yulong.niu@hotmail.com

Examples

1
2
3
4
5
6
7
8
9
KEGG2Sym('smu:SMU_23')

KEGG2Sym('smu:SMU_t02')

KEGG2Sym('smu:SMU_24')

KEGG2Sym('smu:SMU_20')

KEGG2Sym('smu:SMU_408')

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