Learn R Programming

KEGGgraph (version 1.30.0)

parseEntry: Parse ENTRY elements of KGML document

Description

ENTRY elements contain information of nodes (proteins, enzymes, compounds, maps, etc) in KEGG pathways. 'parseEntry' function parses the elements into link{KEGGNode-class} or KEGGGroup-class objects. It is not expected to be called directly by the user.

Usage

parseEntry(entry)

Arguments

entry
XML node of KGML file

Value

An object of link{KEGGNode} or (in case of a group node) link{KEGGGroup}

Details

See http://www.genome.jp/kegg/docs/xml/ for more details about 'entry' as well as other elements in KGML files.

References

http://www.genome.jp/kegg/docs/xml/

See Also

parseGraphics, parseKGML, KEGGNode-class, KEGGGroup-class