\HeaderA{locuslinkByID}{A function to open the browser to Locuslink with the selected gene.}{locuslinkByID}
\keyword{interface}{locuslinkByID}
\begin{Description}\relax
Given one or more Locuslink accession numbers the browser is given a
URL to query for that \emph{gene}.
\end{Description}
\begin{Usage}
\begin{verbatim}
locuslinkByID(..., lladdress="LocusLink/", browse=TRUE)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{...}] The LocusLink accession numbers. 
\item[\code{lladdress}] The subdirectory off of the NCBI site for LocusLink. 
\item[\code{browse}] If \code{TRUE}, will open the URL in a web browser
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
A simple function to open the appropriate web page in the users
browser.  If the user supplies more then one accession number, the
other results will be accessible through the LocusLink page under the
"View" pulldown menu on the page.
\end{Details}
\begin{Value}
If \code{browse} is \code{TRUE}, the user's web browser is directed to
that URL. The URL is returned.
\end{Value}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{genbank}{genbank}} \code{\LinkA{pubmed}{pubmed}}
\code{\LinkA{locuslinkQuery}{locuslinkQuery}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  if( interactive() )
      locuslinkByID(7531,9025,2315)
\end{ExampleCode}
\end{Examples}


