Description Usage Arguments Examples
extract all components from a kegg pathway
1 |
url |
string. String of pathway ID or detailed page. |
1 2 3 4 | c1 = extractComponent("mmu04933")
# equivalent to
url = "http://www.kegg.jp/kegg-bin/highlight_pathway?map=mmu04933"
c2 = extractComponent(url)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.