getPathwayInfo-methods       package:KEGGgraph       R Documentation

_G_e_t _K_E_G_G _p_a_t_h_w_a_y _i_n_f_o

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

     KEGG stores additional information of the pathways in their KGML
     files, which can be extracted by this function.

     The method returns the attributes of the pathway including its
     full title, short name, organism, image file link (which can be
     downloaded from KEGG website) and web link.

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


     _o_b_j_e_c_t = "_K_E_G_G_P_a_t_h_w_a_y" An object of 'KEGGPathway-class' 

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

     sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
     pathway <- parseKGML(sfile)
     getPathwayInfo(pathway)

