\HeaderA{GOOBSOLETE}{Annotation of GO identifiers by terms defined by Gene Ontology
Consortium and their status are obsolete}{GOOBSOLETE}
\keyword{datasets}{GOOBSOLETE}
\begin{Description}\relax
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
\end{Description}
\begin{Details}\relax
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/archive.godatabase.org/latest/}. Built: 200509

Package built: Fri Sep 30 02:51:32 2005
\end{Details}
\begin{References}\relax
\url{http://www.ncbi.nlm.nih.gov/LocusLink}
\end{References}
\begin{Examples}
\begin{ExampleCode}
    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]])
        Category(xx[[1]])
    }
\end{ExampleCode}
\end{Examples}


