dNamePATH2DE            package:dName.db            R Documentation

_M_a_p _K_E_G_G _p_a_t_h_w_a_y _i_d_e_n_t_i_f_i_e_r_s _t_o _d_e_c_s_r_i_p_t_i_o_n

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

     dNamePATH2DE provides mappings of KEGG pathway identifiers to its
     decsription.

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

     Mappings were based on data provided by KEGG:  <URL:
     ftp://ftp.genome.jp/pub/kegg/pathway/map_title.tab>) on 2009 Feb
     17

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

       x <- dNamePATH2DE
       # Get the KEGG pathway identifiers that are mapped to descriptions.
       mapped <- mappedkeys(x)
       # Convert to a list
       xx <- as.list(x[mapped])      
       if(length(xx) > 0){        
         xx[2:3]
       }

