Description Usage Arguments Details Value Author(s) Examples
View source: R/KEGGfunctions.R
This function gets a list of organisms in the KEGG database.
1 | getKEGGPathway(pathway)
|
pathway |
Pathway name |
This function delievers a vector with KEGG pathway information.
A vector with pathways genes and entries. For a overview of all availabl pathway names in a specific organism use the getKEGGPathwayOverview function.
Daniel Fischer
1 2 3 4 | ## Not run:
getKEGGPathway(pathway = "bta00620")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.