KEGGGraphics-class: class 'KEGGGraphics'

Description Objects from the Class Slots Author(s) References See Also Examples

Description

A class to represent 'graphics' element in KGML files

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

Author(s)

Jitao David Zhang mailto:jitao_david.zhang@roche.com

References

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

See Also

parseGraphics

Examples

1
showClass("KEGGGraphics")

Example output

Attaching package: 'KEGGgraph'

The following object is masked from 'package:graphics':

    plot

Class "KEGGGraphics" [package "KEGGgraph"]

Slots:
                                                                            
Name:       name         x         y      type     width    height   fgcolor
Class: character   integer   integer character   integer   integer character
                
Name:    bgcolor
Class: character

KEGGgraph documentation built on Nov. 8, 2020, 5:42 p.m.