ggchickenggenstGENENAME   package:ggchickenggenst   R Documentation

_M_a_p _B_e_t_w_e_e_n _c_u_s_t_o_m _C_D_F _p_r_o_b_e_s_e_t _a_n_d _i_t_s _d_e_s_c_r_i_p_t_i_o_n

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

     ggchickenggenstGENENAME is an R environment that maps manufacturer
     identifiers to the corresponding gene name.

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

     Each probeset mapsed to a description that comes with the 
     original data source. It could be empty if the data souce didn't
     provide any description

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

          # Convert to a list
          data(ggchickenggenstGENENAME)
          xx <- as.list(ggchickenggenstGENENAME)
          # Remove probes that do not map to any GENENAME
          xx <- xx[!is.na(xx)]
          if(length(xx) > 0){
              # Gets the gene names for the first five probe ids
              xx[1:5]
              # Get the first one
              xx[[1]]
          }

