\HeaderA{locuslinkQuery}{A function to open the browser to Locuslink using a provided
search query.}{locuslinkQuery}
\keyword{interface}{locuslinkQuery}
\begin{Description}\relax
Given a search string, will query the Locuslink site and
passes the returned page to the browser.
\end{Description}
\begin{Usage}
\begin{verbatim}
locuslinkQuery(query,...,lladdress="LocusLink/", browse=TRUE)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{query}] The search query to use
\item[\code{...}] The species to search on.  Defaults to "Hs" - human.
\item[\code{lladdress}] The subdirectory off of the NCBI site for
LocusLink. 
\item[\code{browse}] If TRUE, will open the URL in a web browser
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
A simple function which takes a search string and a set of species,
and will perform a locuslink query, returning the results to the
browser.  Tips on creating good search strings, as well as current
species abbreviations can be found at: \code{http://www.ncbi.nih.gov/LocusLink/help.html}
\end{Details}
\begin{Value}
If \code{browse} is TRUE, the user's web browser is directed to that URL.
The URL found is returned if \code{browse} is FALSE.
\end{Value}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{genbank}{genbank}} \code{\LinkA{pubmed}{pubmed}} \code{\LinkA{locuslinkByID}{locuslinkByID}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
   if( interactive() )
      locuslinkQuery("abc","Hs","Mm")
\end{ExampleCode}
\end{Examples}


