Learn R Programming

KEGGgraph (version 1.30.0)

KEGGGroup-class: Class "KEGGGroup"

Description

Class to represent 'group' nodes in KEGG pathways

Arguments

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

See Also

KEGGNode-class

Examples

Run this code
showClass("KEGGGroup")

Run the code above in your browser using DataLab