parsePathwayInfo          package:KEGGgraph          R Documentation

_P_a_r_s_e _i_n_f_o_r_m_a_t_i_o_n _o_f _t_h_e _p_a_t_h_w_a_y _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 the information of the given pathway from KGML
     files into an object of 'KEGGPathwayInfo-class'. It is used
     internally and is not expected to be called by users directly.

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

     parsePathwayInfo(root)

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

    root: Root element of the KGML file

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

     An object of 'KEGGPathwayInfo-class'

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

     Jitao David Zhang <URL: mailto: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/>

