fetchKEGG | R Documentation |
Fetch KEGG pathway annotations
fetchKEGG(species = c("hs", "mm"))
species |
Species identifier (only "hs" or "mm" are supported). |
A list of two elements: "genesets" and "geneset_info".
Steve Sansom
## Not run: kegg_hs <- fetchKEGG(species="hs") kegg_mm <- fetchKEGG(species="mm") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.