\HeaderA{aafProbe}{Constructor for aafProbe objects}{aafProbe}
\keyword{file}{aafProbe}
\begin{Description}\relax
For the given \code{probeids}, constructs an \code{aafList} of
\code{aafProbe} objects.
\end{Description}
\begin{Usage}
\begin{verbatim}
aafProbe(probeids)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{probeids}] character vector containing probe ids
\end{ldescription}
\end{Arguments}
\begin{Value}
An \code{aafList} of \code{aafProbe} objects.
\end{Value}
\begin{Author}\relax
Colin A. Smith, \email{annaffy@colinsmith.org}
\end{Author}
\begin{SeeAlso}\relax
\LinkA{aafProbe-class}{aafProbe.Rdash.class}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
if (require(hgu95av2.db)) {
    data(aafExpr)
    probes <- featureNames(aafExpr)
    probesets <- aafProbe(probes)
    getURL(probesets[6:10])
}
\end{ExampleCode}
\end{Examples}


