parseEntry: Parse ENTRY elements of KGML document

Description Usage Arguments Details Value Author(s) References See Also

View source: R/parse.R

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

1
parseEntry(entry)

Arguments

entry

XML node of KGML file

Details

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

Value

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

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>

References

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

See Also

parseGraphics, parseKGML, KEGGNode-class, KEGGGroup-class


KEGGgraph documentation built on Nov. 8, 2020, 5:42 p.m.