mapOrgs               package:annotate               R Documentation

_F_u_n_c_t_i_o_n_s _t_o _m_a_p _t_o _o_r_g_a_n_i_s_m _I_D_s _u_s_e_d _b_y _N_C_B_I _h_o_m_o_l_o_g_y.

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

     These functions help map to organism identifiers used at the NCBI.

_U_s_a_g_e:

     mapOrgs(toMap, what = c("code","name"))
     getOrgNameNCode()

_A_r_g_u_m_e_n_t_s:

   toMap: 'vect' a vector of character strings

    what: 'what' a character string that can either be "code" or
          "name".

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

     mapOrgs converts organism codes to scientific names.

_V_a_l_u_e:

     mapOrgs returns a vector of character strings.

_A_u_t_h_o_r(_s):

     Jianhua Zhang

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

     <URL: ftp://ftp.ncbi.nih.gov/pub/HomoloGene/README>

