Description Objects from the Class Slots Methods Note Author(s) See Also Examples
A class to represent subtype in KEGG
Objects can be created by calls of the form new("KEGGEdgeSubType", ...)
.
name
:Object of class "character"
, name of the subtype
value
:Object of class "character"
, value of
the subtype
signature(object = "KEGGEdgeSubType")
: getting
subtype name
signature(object = "KEGGEdgeSubType")
:
getting subtype value
signature(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:jitao_david.zhang@roche.com
1 2 | showClass("KEGGEdgeSubType")
## use example(KEGGEdge-class) for more examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.