\HeaderA{pmidQuery}{A function to query PubMed}{pmidQuery}
\keyword{interface}{pmidQuery}
\begin{Description}\relax
Given a PMID, will create a URL which can be used to open a
browser and retrieve the specified information from PubMed.
\end{Description}
\begin{Usage}
\begin{verbatim}
pmidQuery(query)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{query}] The PubMed ID (or IDs)
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
Using ublished details from NCBI we construct an appropriate string
for directing a web browser to the information available at the NCBI.
\end{Details}
\begin{Value}
A character string containing the appropriate URL
\end{Value}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{References}\relax
NCBI, \url{http://www.ncbi.nih.gov/}
\end{References}
\begin{SeeAlso}\relax
\code{\LinkA{UniGeneQuery}{UniGeneQuery}}, \code{\LinkA{locuslinkQuery}{locuslinkQuery}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  a <- "9695952"
  pmidQuery(a)
\end{ExampleCode}
\end{Examples}


