View source: R/collect_databases.R
| collect_KEGG | R Documentation |
This function collects KEGG database.
collect_KEGG(organism = NULL, categories = NULL, timelag = 0.1)
organism |
An identifier of organism. |
categories |
Category name. |
timelag |
Time lag for accessing KEGG database. Default value is set as 0.1. |
Results from keggGet().
## Not run:
# Below may be a time-consuming run.
dict_KEGG <- collect_KEGG(organism = "hsa", categories = c("pathway"),
timelag = 0.1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.