parseReaction           package:KEGGgraph           R Documentation

_P_a_r_s_e _r_e_a_c_t_i_o_n _f_r_o_m _K_G_M_L _f_i_l_e_s

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

     The function parses 'reaction' element in KGML files. It is used
     interally and not expected to be called by users.

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

     parseReaction(reaction)

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

reaction: A node of the type 'reaction' in KGML files

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

     See the reference manual for more information about 'reaction'
     type

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

     An object of 'KEGGReaction-class'

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

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

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

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

