Learn R Programming

KEGGgraph (version 1.30.0)

parseKGML: KGML file parser

Description

The function parses KGML files according to the KGML XML documentation.

Usage

parseKGML(file)

Arguments

file
Name of KGML file

Value

An object of KEGGPathway-class.

Details

The function parses KGML file (depending on XML package).

References

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

See Also

parseEntry, parseRelation, parseReaction, KEGGPathway-class,

Examples

Run this code
sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
kegg.pathway <- parseKGML(sfile)
kegg.pathway

Run the code above in your browser using DataLab