hgu95av2ENZYME2PROBE        package:hgu95av2        R Documentation

_A_n_n_o_t_a_t_i_o_n _o_f _e_n_z_y_m_e _c_o_m_m_i_s_s_i_o_n _n_u_m_b_e_r_s _b_y _p_r_o_b_e _i_d_s

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

     hgu95av2ENZYME2PROBE mappes enzyme commission numbers to probe ids
     representing genes whose products exhibit the function of the
     enzyme corresponding to the commission numbers

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

     This is an environment object with key and value pairs. Keys are
     enzyme commission numbers and values are are the matching probe
     ids. Values are vectors of length 1 or greater depending on
     whether  a given Enzyme Commission number can be mapped to only
     one or more probe ids. Enzyme Commission numbers can not be mapped
     any any probe ids are assigned a value NA.

     Mappings were based on data provided by:

     KEGG built: Release 29.0 (January 2004).<URL:
     ftp://ftp.genome.ad.jp/pub/kegg/pathways>

     Package built Wed Mar  3 16:27:29 2004

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

     <URL: ftp://ftp.genome.ad.jp/pub/kegg/pathways>

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

         # Convert to a list
         xx <- as.list(hgu95av2ENZYME2PROBE)
        if(length(xx) > 0){
            # Gets the probe ids for the first five enzyme
            #commission numbers
            xx[1:5]
            # Get the first one
            xx[[1]]
         }

