parseEntry             package:KEGGgraph             R Documentation

_P_a_r_s_e _E_N_T_R_Y _e_l_e_m_e_n_t_s _o_f _K_G_M_L _d_o_c_u_m_e_n_t

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

     ENTRY elements contain information of nodes (proteins, enzymes,
     compounds, maps, etc) in KEGG pathways. 'parseEntry' function
     parses the elements into 'link{KEGGNode-class}' or
     'KEGGGroup-class' objects. It is not expected to be called
     directly by the user.

_U_s_a_g_e:

     parseEntry(entry)

_A_r_g_u_m_e_n_t_s:

   entry: XML node of KGML file 

_D_e_t_a_i_l_s:

     See <URL: http://www.genome.jp/kegg/docs/xml/> for more details
     about 'entry' as well as other elements in KGML files.

_V_a_l_u_e:

     An object of 'link{KEGGNode}' or (in case of a group node)
     'link{KEGGGroup}'

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

     Jitao David Zhang <j.zhang@dkfz.de>

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.genome.jp/kegg/docs/xml/>

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

     'parseGraphics', 'parseKGML', 'KEGGNode-class', 'KEGGGroup-class'

