Description Methods Author(s) References Examples
The methods get title attribute for given KGML element, for example
for objects of KEGGPathway-class
or KEGGPathwayInfo-class
An object of KEGGPathway-class
An object of KEGGPathwayInfo-class
Jitao David Zhang mailto:jitao_david.zhang@roche.com
KGML Document manual http://www.genome.jp/kegg/docs/xml/
1 2 3 4 5 6 7 | sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
pathway <- parseKGML(sfile)
getTitle(pathway)
pi <- getPathwayInfo(pathway)
getTitle(pi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.