KEGGEdgeSubType-class {KEGGgraph} | R Documentation |
A class to represent subtype in KEGG
Objects can be created by calls of the form new("KEGGEdgeSubType", ...)
.
name
:"character"
, name of the subtypevalue
:"character"
, value of
the subtypesignature(object = "KEGGEdgeSubType")
: getting
subtype namesignature(object = "KEGGEdgeSubType")
:
getting subtype valuesignature(object = "KEGGEdgeSubType")
: show method Please note that 'KEGGEdgeSubtype' is a data frame storing subtype predefinitions, the 'type' with lowercases. 'KEGGEdgeSubType' is however a class representing these subtypes.
Jitao David Zhang mailto:j.zhang@dkfz.de
showClass("KEGGEdgeSubType") ## use example(KEGGEdge-class) for more examples