\HeaderA{aafPubMed}{Constructor for aafPubMed objects}{aafPubMed}
\keyword{file}{aafPubMed}
\begin{Description}\relax
For the given \code{probeids}, constructs a list of
\code{aafPubMed} objects containing annotation data from the
\code{chip} data package.
\end{Description}
\begin{Usage}
\begin{verbatim}
aafPubMed(probeids, chip)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{probeids}] character vector containing probe ids
\item[\code{chip}] name of the chip data package
\end{ldescription}
\end{Arguments}
\begin{Value}
An \code{aafList} of \code{aafPubMed} objects. NA values are returned as
empty objects.
\end{Value}
\begin{Author}\relax
Colin A. Smith, \email{annaffy@colinsmith.org}
\end{Author}
\begin{SeeAlso}\relax
\LinkA{aafPubMed-class}{aafPubMed.Rdash.class}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
if (require(hgu95av2.db)) {
    data(aafExpr)
    probes <- featureNames(aafExpr)
    pmids <- aafPubMed(probes, "hgu95av2.db")
    show(pmids[6:10])
}
\end{ExampleCode}
\end{Examples}


