Learn R Programming

KEGGgraph (version 1.30.0)

KEGGEdgeSubType-class: Class "KEGGEdgeSubType"

Description

A class to represent subtype in KEGG

Arguments

Objects from the Class

Objects can be created by calls of the form new("KEGGEdgeSubType", ...).

Slots

name:
Object of class "character", name of the subtype
value:
Object of class "character", value of the subtype

Methods

getName
signature(object = "KEGGEdgeSubType"): getting subtype name
getValue
signature(object = "KEGGEdgeSubType"): getting subtype value
show
signature(object = "KEGGEdgeSubType"): show method

See Also

KEGGEdge-class

Examples

Run this code
showClass("KEGGEdgeSubType")
## use example(KEGGEdge-class) for more examples

Run the code above in your browser using DataLab