extractComponent: extract all components from a kegg pathway

Description Usage Arguments Examples

Description

extract all components from a kegg pathway

Usage

1

Arguments

url

string. String of pathway ID or detailed page.

Examples

1
2
3
4
c1 = extractComponent("mmu04933")
# equivalent to
url = "http://www.kegg.jp/kegg-bin/highlight_pathway?map=mmu04933"
c2 = extractComponent(url)

VonWebEinstein/keggAPI documentation built on May 9, 2019, 10:02 p.m.