KEGGGroup-class          package:KEGGgraph          R Documentation

_C_l_a_s_s "_K_E_G_G_G_r_o_u_p"

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

     Class to represent 'group' nodes in KEGG pathways

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

     The objects are usually created by 'parseEntry' function and is
     not intended to be called directly by users.

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


     '_c_o_m_p_o_n_e_n_t': Component of the group 

     '_e_n_t_r_y_I_D': see the slot of 'KEGGNode-class' 

     '_g_r_a_p_h_i_c_s': see the slot of 'KEGGNode-class'

     '_l_i_n_k': see the slot of 'KEGGNode-class'

     '_m_a_p': see the slot of 'KEGGNode-class'

     '_n_a_m_e': see the slot of 'KEGGNode-class'

     '_r_e_a_c_t_i_o_n': see the slot of 'KEGGNode-class'

     '_t_y_p_e': see the slot of 'KEGGNode-class'

_E_x_t_e_n_d_s:

     Class '"KEGGNode"', directly.

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


     _g_e_t_C_o_m_p_o_n_e_n_t 'signature(object = "KEGGNode")': returns components
          of the group, in a vector of strings

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

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

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

     'KEGGNode-class'

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

     showClass("KEGGGroup")

