Description Usage Arguments Value Examples
View source: R/get_kegg_database.R
get_kegg_database() is a wrapper function around the keggList() function that retrieves a kegg database for an organism and returns a dataframe
| 1 | get_kegg_database(database, organism)
 | 
| database | a KEGG database; one of options available via KEGGREST listDatabases() | 
| organism | KEGG organism code e.g. "mmu" for "Mus musculus" | 
a dataframe
| 1 | kegg_db <- get_kegg_database("pathway","mmu")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.