\HeaderA{.aaf.goterm}{Fetch Gene Ontology term information}{.aaf.goterm}
\keyword{file}{.aaf.goterm}
\keyword{internal}{.aaf.goterm}
\begin{Description}\relax
Given a Gene Ontology number, return its type and name.
\end{Description}
\begin{Usage}
\begin{verbatim}
.aaf.goterm(num)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{num}] Gene Ontology number - should be formatted \code{GO:XXXXXXX}
\end{ldescription}
\end{Arguments}
\begin{Value}
A list with components
\begin{ldescription}
\item[\code{type}] Type of GO record, either Biological Process, Cellular Component,
or Molecular Function.
\item[\code{name}] A character vector containing the GO name.
\end{ldescription}
\end{Value}
\begin{Note}\relax
Written at the NASA Center for Computational Astrobiology \\
\url{http://cca.arc.nasa.gov/}
\end{Note}
\begin{Author}\relax
Colin A. Smith, \email{annaffy@colinsmith.org}
\end{Author}


