GOOBSOLETE               package:GO.db               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 object 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 that are collected in this index will no
     longer exist  in other mapping objects.

     Mappings were based on data provided by: Gene Ontology (
     ftp://ftp.geneontology.org/pub/go/godatabase/archive/latest ) on
     200903

_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:

         # Convert the 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]])
         }

