getKEGGGeneMotif: Get motif information from KEGG

Description Usage Arguments Details Value Author(s) Examples

Description

KEGG Database Additional API - Get the gene motif table

Usage

1
getKEGGGeneMotif(geneID, hasAddInfo = FALSE)

Arguments

geneID

A single KEGG gene ID

hasAddInfo

A logic element whether to show the additional information. The default value is "FALSE".

Details

Get the gene motif tables and additional information.

Value

A list if "hasAddInfo" is TRUE, else a matrix. A special case retuns "NULL" instead of a matrix (other information is not effected), if there is no motif information.

Author(s)

Yulong Niu niuylscu@gmail.com

Examples

1
2
3
4
getKEGGGeneMotif('brp:103873230')

# no motif information
getKEGGGeneMotif('hsa:4558', hasAddInfo = TRUE)

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