parseKGML | R Documentation |
The function parses KGML files according to the KGML XML documentation.
parseKGML(file)
file |
Name of KGML file |
The function parses KGML file (depending on XML package).
An object of KEGGPathway-class
.
Jitao David Zhang mailto:jitao_david.zhang@roche.com
KGML Manual https://www.genome.jp/kegg/docs/xml/
parseEntry
, parseRelation
,
parseReaction
, KEGGPathway-class
,
sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph") kegg.pathway <- parseKGML(sfile) kegg.pathway
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.