\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 identifiers 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: 08-Aug-2006

Package built: Tue Sep  5 18:42:30 2006
\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]])
        Ontology(xx[[1]])
    }
\end{ExampleCode}
\end{Examples}


