getTitle-methods {KEGGgraph} | R Documentation |
The methods get title attribute for given KGML element, for example
for objects of KEGGPathway-class
or KEGGPathwayInfo-class
KEGGPathway-class
KEGGPathwayInfo-class
Jitao David Zhang mailto:j.zhang@dkfz.de
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)