getTitle-methods | R Documentation |
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 https://www.genome.jp/kegg/docs/xml/
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.