Last data update: 2014.03.03

R: Class "KEGGEdgeSubType"
KEGGEdgeSubType-classR Documentation

Class "KEGGEdgeSubType"

Description

A class to represent subtype in KEGG

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

Note

Please note that 'KEGGEdgeSubtype' is a data frame storing subtype predefinitions, the 'type' with lowercases. 'KEGGEdgeSubType' is however a class representing these subtypes.

Author(s)

Jitao David Zhang mailto:jitao_david.zhang@roche.com

See Also

KEGGEdge-class

Examples

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(KEGGgraph)

Attaching package: 'KEGGgraph'

The following object is masked from 'package:graphics':

    plot

> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/KEGGgraph/KEGGEdgeSubType-class.Rd_%03d_medium.png", width=480, height=480)
> ### Name: KEGGEdgeSubType-class
> ### Title: Class "KEGGEdgeSubType"
> ### Aliases: KEGGEdgeSubType-class getName,KEGGEdgeSubType-method
> ###   getValue,KEGGEdgeSubType-method show,KEGGEdgeSubType-method
> ### Keywords: classes
> 
> ### ** Examples
> 
> showClass("KEGGEdgeSubType")
Class "KEGGEdgeSubType" [package "KEGGgraph"]

Slots:
                          
Name:       name     value
Class: character character
> ## use example(KEGGEdge-class) for more examples
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>