Description Usage Arguments Details Value Author(s) Examples
KEGG Database Additional API - Get the gene motif table
1  | getKEGGGeneMotif(geneID, hasAddInfo = FALSE)
 | 
geneID | 
 A single KEGG gene ID  | 
hasAddInfo | 
 A logic element whether to show the additional information. The default value is "FALSE".  | 
Get the gene motif tables and additional information.
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.
Yulong Niu niuylscu@gmail.com
1 2 3 4  | getKEGGGeneMotif('brp:103873230')
# no motif information
getKEGGGeneMotif('hsa:4558', hasAddInfo = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.