homologORGANISM          package:homolog.db          R Documentation

_M_a_p _t_a_x _i_d_e_n_t_i_f_i_e_r_s _t_o _o_r_g_a_n_i_s_m

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

     homologORGANISM map tax identifier to the name the organism.

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

     Mappings were based on data provided by:HomoloGene
     (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
             xxx <- as.list(homologORGANISM)
             # randomly display 2 proteins
             sample(xxx, 2)

