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
:"character"
Pathway nameorg
:"character"
Organism number
:"character"
Number title
:"character"
Title of the
pathwayimage
:"character"
Image URL link
:"character"
URL Link signature(object = "KEGGPathwayInfo")
: get
title of the pathwaysignature(object = "KEGGPathwayInfo")
: show methodJitao 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) pi <- getPathwayInfo(pathway) class(pi) getTitle(pi)