getTitle-methods          package:KEGGgraph          R Documentation

_G_e_t _t_i_t_l_e _f_o_r _g_i_v_e_n _e_l_e_m_e_n_t

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

     The methods get title attribute for given KGML element, for
     example for objects of 'KEGGPathway-class' or
     'KEGGPathwayInfo-class'

_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' 

     _o_b_j_e_c_t = "_K_E_G_G_P_a_t_h_w_a_y_I_n_f_o" 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/>

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

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

     getTitle(pathway)

     pi <- getPathwayInfo(pathway)
     getTitle(pi)

