| KEGGPathwayInfo-class {KEGGgraph} | R Documentation |
A class to represent information of a KEGG pathway
Objects can be created by calls of the function parsePathwayInfo.
name:Object of class "character" Pathway name
org:Object of class "character" Organism
number:Object of class "character" Number
title:Object of class "character" Title of the
pathway
image:Object of class "character" Image URL
link:Object of class "character" URL Link
signature(object = "KEGGPathwayInfo"): get
title of the pathway
signature(object = "KEGGPathwayInfo"): show method
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)
pi <- getPathwayInfo(pathway)
class(pi)
getTitle(pi)