\name{aafPubMed} \alias{aafPubMed} \title{Constructor for aafPubMed objects} \description{ For the given \code{probeids}, constructs a list of \code{aafPubMed} objects containing annotation data from the \code{chip} data package. } \usage{ aafPubMed(probeids, chip) } \arguments{ \item{probeids}{character vector containing probe ids} \item{chip}{name of the chip data package} } \value{ An \code{aafList} of \code{aafPubMed} objects. NA values are returned as empty objects. } \author{Colin A. Smith, \email{annaffy@colinsmith.org}} \examples{ if (require(hgu95av2.db)) { data(aafExpr) probes <- featureNames(aafExpr) pmids <- aafPubMed(probes, "hgu95av2.db") show(pmids[6:10]) } } \seealso{\link{aafPubMed-class}} \keyword{ file }