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 ids 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:<URL:
     http://gopher5/compbio/annotationSourceData/www.godatabase.org/dev
     /database/archive/latest/>. Built: 200504

     Package built: Tue May 17 09:56:06 2005

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

     <URL: http://www.ncbi.nlm.nih.gov/LocusLink>

_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]])
         }

