| fromKEGG | R Documentation | 
make annotation database from KEGG and GO from NCBI
fromKEGG(
  species = "ath",
  anntype = c("KEGG"),
  author = NULL,
  maintainer = NULL,
  tax_id = NULL,
  genus = NULL,
  version = NULL,
  pkgname = NULL,
  install = TRUE,
  outputDir = NULL,
  rebuild = FALSE
)
| species | species name(common name,kegg.species.code or scientifc name) | 
| anntype | the type of function annotation(GO,KEGG,) you want get from KEGG | 
| author | author for the annotation package | 
| maintainer | maintainer for the annotation package | 
| tax_id | taxonomy id for the species | 
| genus | genus for the species | 
| version | version for the annotation package | 
| pkgname | package name you want to choose | 
| install | install the package or not(default: TRUE) | 
| outputDir | temporary output path | 
| rebuild | rebuild the package or not(default: FALSE) | 
annotation package
Kai Guo
fromKEGG(species = "eco", install = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.