GOOBSOLETE package:GO R Documentation _A_n_n_o_t_a_t_i_o_n _o_f _G_O _i_d_e_n_t_i_f_i_e_r_s _b_y _t_e_r_m_s _d_e_f_i_n_e_d _b_y _G_e_n_e _O_n_t_o_l_o_g_y _C_o_n_s_o_r_t_i_u_m _a_n_d _t_h_e_i_r _s_t_a_t_u_s _a_r_e _o_b_s_o_l_e_t_e _D_e_s_c_r_i_p_t_i_o_n: This is an R environment (hash table) mapping GO identifiers to the specific terms in defined by Gene Ontology Consortium and their definition are obsolete _D_e_t_a_i_l_s: All the obsolete GO terms are collected in this file will no longer exist on other environments. Mappings were based on data provided by: Gene Ontology:. Built: 08-Aug-2006 Package built: Tue Sep 5 18:42:30 2006 _R_e_f_e_r_e_n_c_e_s: _E_x_a_m_p_l_e_s: require("GO") || stop("GO unavailable") require("annotate") || stop("annotate unavailable") # Convert the environment object to a list xx <- as.list(GOTERM) if(length(xx) > 0){ # Get the TERMS for the first elent of xx GOID(xx[[1]]) Ontology(xx[[1]]) }