| getTitle-methods {KEGGgraph} | 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 http://www.genome.jp/kegg/docs/xml/
sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
pathway <- parseKGML(sfile)
getTitle(pathway)
pi <- getPathwayInfo(pathway)
getTitle(pi)