Description Usage Arguments Details Value Author(s) References See Also Examples
The function parses KGML files according to the KGML XML documentation.
1 |
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 http://www.genome.jp/kegg/docs/xml/
parseEntry
, parseRelation
,
parseReaction
, KEGGPathway-class
,
1 2 3 | sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
kegg.pathway <- parseKGML(sfile)
kegg.pathway
|
Attaching package: 'KEGGgraph'
The following object is masked from 'package:graphics':
plot
KEGG Pathway
[ Title ]: MAPK signaling pathway
[ Name ]: path:hsa04010
[ Organism ]: hsa
[ Number ] :04010
[ Image ] :http://www.genome.jp/kegg/pathway/hsa/hsa04010.gif
[ Link ] :http://www.genome.jp/dbget-bin/show_pathway?hsa04010
------------------------------------------------------------
Statistics:
136 node(s)
171 edge(s)
0 reaction(s)
------------------------------------------------------------
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.