KEGGGraphics-class | 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
: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
Jitao David Zhang mailto:jitao_david.zhang@roche.com
KGML Manual https://www.genome.jp/kegg/docs/xml/
parseGraphics
showClass("KEGGGraphics")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.