GOSYNONYM               package:GO.db               R Documentation

_M_a_p _f_r_o_m _G_O _s_y_n_o_n_y_m_s _t_o _G_O _t_e_r_m_s

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

     GOSYNONYM is an R object that provides mapping from GO synonyms to
     GO terms

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

     [TODO: Put some details here]

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

         x <- GOSYNONYM
         sample(x, 3)
         # GO ID "GO:0009435" has a lot of synonyms
         GOTERM[["GO:0009435"]]
         # GO ID "GO:0006736" is a synonym of GO ID "GO:0009435"
         GOID(GOSYNONYM[["GO:0006736"]])

