KEGGEdgeSubType-class       package:KEGGgraph       R Documentation

_C_l_a_s_s "_K_E_G_G_E_d_g_e_S_u_b_T_y_p_e"

_D_e_s_c_r_i_p_t_i_o_n:

     A class to represent subtype in KEGG

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

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

_S_l_o_t_s:


     '_n_a_m_e': Object of class '"character"', name of the subtype

     '_v_a_l_u_e': Object of class '"character"', value of the subtype

_M_e_t_h_o_d_s:


     _g_e_t_N_a_m_e 'signature(object = "KEGGEdgeSubType")': getting subtype
          name

     _g_e_t_V_a_l_u_e 'signature(object = "KEGGEdgeSubType")': getting subtype
          value

     _s_h_o_w 'signature(object = "KEGGEdgeSubType")': show method 

_N_o_t_e:

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

_A_u_t_h_o_r(_s):

     Jitao David Zhang <URL: mailto:j.zhang@dkfz.de>

_S_e_e _A_l_s_o:

     'KEGGEdge-class'

_E_x_a_m_p_l_e_s:

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

