hgu2beta7GENENAME         package:hgu2beta7         R Documentation

_M_a_p_p_i_n_g_s _b_e_t_w_e_e_n _p_r_o_b_e _i_d_e_n_t_i_f_i_e_r_s _a_n_d _t_h_e _n_a_m_e_s _o_f _g_e_n_e_s _t_h_e
_p_r_o_b_e _i_d_s _c_o_r_r_e_s_p_o_n_d _t_o

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

     hgu2beta7GENENAME maps probe identifiers to the names of genes
     corresponding to the probe ids. Gene names are the descriptions
     used for gene reports that have been validated by a nomenclature
     committee or interim selected for display

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

     Gene names currently include both the official (validated by a
     nomenclature committee) and preferred names (interim selected for
     display) for genes. Efforts are being made to differentiate the
     two by adding a name to the vector.

     Mappings were based on data provided by:

     LocusLink:<URL:
     ftp://ftp.ncbi.nih.gov/refseq/LocusLink/LL_tmpl.gz>. Built:
     February 16, 2005

     Package built Wed Feb 16 23:32:20 2005

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

          # Convert to a list
          xx <- as.list(hgu2beta7GENENAME)
          # 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]]
          }

