KEGGGroup-class {KEGGgraph}R Documentation

Class "KEGGGroup"

Description

Class to represent 'group' nodes in KEGG pathways

Objects from the Class

The objects are usually created by parseEntry function and is not intended to be called directly by users.

Slots

component:
Component of the group
entryID:
see the slot of KEGGNode-class
graphics:
see the slot of KEGGNode-class
link:
see the slot of KEGGNode-class
map:
see the slot of KEGGNode-class
name:
see the slot of KEGGNode-class
reaction:
see the slot of KEGGNode-class
type:
see the slot of KEGGNode-class

Extends

Class "KEGGNode", directly.

Methods

getComponent
signature(object = "KEGGNode"): returns components of the group, in a vector of strings

Author(s)

Jitao David Zhang mailto:j.zhang@dkfz.de

See Also

KEGGNode-class

Examples

showClass("KEGGGroup")

[Package KEGGgraph version 1.1.0 Index]