parseEntry {KEGGgraph} | R Documentation |
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.
parseEntry(entry)
entry |
XML node of KGML file |
See http://www.genome.jp/kegg/docs/xml/ for more details about 'entry' as well as other elements in KGML files.
An object of link{KEGGNode}
or (in case of a group node) link{KEGGGroup}
Jitao David Zhang <j.zhang@dkfz.de>
http://www.genome.jp/kegg/docs/xml/
parseGraphics
, parseKGML
,
KEGGNode-class
, KEGGGroup-class