locuslinkByID {annotate} | R Documentation |
Given one or more Locuslink accession numbers the browser is given a URL to query for that gene.
locuslinkByID(..., lladdress="LocusLink/", browse=TRUE)
... |
The LocusLink accession numbers. |
lladdress |
The subdirectory off of the NCBI site for LocusLink. |
browse |
If TRUE , will open the URL in a web browser |
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.
If browse
is TRUE
, the user's web browser is directed to
that URL. The URL is returned.
Jeff Gentry
if( interactive() ) locuslinkByID(7531,9025,2315)