homologSYMBOL           package:homolog.db           R Documentation

_G_e_n_e _s_y_m_b_o_l

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

     homologSYMBOL map Entrez gene identifier to its symbol.

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

     Mappings were based on data provided by:HomoloGene (<URL:
     ftp://ftp.ncbi.nlm.nih.gov/pub/HomoloGene/current/homologene.data>)
     on 2 0 0

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

          # Convert to a list
          xx <- as.list(homologSYMBOL)     
          if(length(xx) > 0){
              xx[1:5]
          }

