KEGG stores additional information of the pathways in their KGML files, which can be extracted by this function.
The method returns the attributes of the pathway including its full title, short name, organism, image file link (which can be downloaded from KEGG website) and web link.
An object of
KEGGPathway-class
1 2 3 | sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
pathway <- parseKGML(sfile)
getPathwayInfo(pathway)
|
Attaching package: 'KEGGgraph'
The following object is masked from 'package:graphics':
plot
[ 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.