Learn R Programming

KEGGgraph (version 1.30.0)

KEGGGraphics-class: class 'KEGGGraphics'

Description

A class to represent 'graphics' element in KGML files

Arguments

Objects from the Class

This method is mainly used to extract visualization information from KGML files. Objects can be created by calling parseGraphics

Slots

name:
Object of class "character" graphics name
x:
Object of class "integer" x coordinate in KEGG figure
y:
Object of class "integer" y coordinate in KEGG figure
type:
Object of class "character" graphics type (shape)
width:
Object of class "integer" witdh of the symbol
height:
Object of class "integer" height of the symbol
fgcolor:
Object of class "character" foreground color
bgcolor:
Object of class "character" background color

References

KGML Manual http://www.genome.jp/kegg/docs/xml/

See Also

parseGraphics

Examples

Run this code
showClass("KEGGGraphics")

Run the code above in your browser using DataLab