getSPIAKEGGNetwork | R Documentation |
Get KEGG pathway network for SPIA method
getSPIAKEGGNetwork(org = "hsa", updateCache = FALSE)
org |
The organism abbreviation. E.g, hsa, mmu, dme, etc. To see the full list of supported organisms, visit https://www.genome.jp/kegg/catalog/org_list.html. |
updateCache |
A parameter to disable/enable cache update. |
A named list with three elements: network, names and sizes.
spiaNetwork <- getSPIAKEGGNetwork("hsa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.