KEGGGraphics-class {KEGGgraph} | R Documentation |
A class to represent 'graphics' element in KGML files
This method is mainly used to extract visualization information from KGML files.
Objects can be created by calling parseGraphics
name
:"character"
graphics name x
:"integer"
x coordinate in
KEGG figure y
:"integer"
y coordinate in
KEGG figure type
:"character"
graphics type
(shape)width
:"integer"
witdh of the symbol height
:"integer"
height of the
symbolfgcolor
:"character"
foreground
colorbgcolor
:"character"
background
colorJitao David Zhang mailto:j.zhang@dkfz.de
KGML Manual http://www.genome.jp/kegg/docs/xml/
showClass("KEGGGraphics")