make_eg_to_go_map       package:AnnotationDbi       R Documentation

_C_r_e_a_t_e _G_O _t_o _E_n_t_r_e_z _G_e_n_e _m_a_p_s _f_o_r _c_h_i_p-_b_a_s_e_d _p_a_c_k_a_g_e_s

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

     Create a new map object mapping Entrez ID to GO (or vice versa)
     given a chip annotation data package.

     This is a temporary solution until a more general pluggable map
     solution comes online.

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

     make_eg_to_go_map(chip)

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

    chip: The name of the annotation data package.

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

     Either a 'Go3AnnDbMap' or a 'RevGo3AnnDbMap'.

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

     Seth Falcon and Herve Pages

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

     library("hgu95av2.db")

     eg2go = make_eg_to_go_map("hgu95av2.db")
     sample(eg2go, 2)

     go2eg = make_go_to_eg_map("hgu95av2.db")
     sample(go2eg, 2)

