locuslinkQuery           package:annotate           R Documentation

_A _f_u_n_c_t_i_o_n _t_o _o_p_e_n _t_h_e _b_r_o_w_s_e_r _t_o _L_o_c_u_s_l_i_n_k _u_s_i_n_g _a _p_r_o_v_i_d_e_d
_s_e_a_r_c_h _q_u_e_r_y.

_D_e_s_c_r_i_p_t_i_o_n:

     Given a search string, will query the Locuslink site and passes
     the returned page to the browser.

_U_s_a_g_e:

     locuslinkQuery(query,...,lladdress="LocusLink/", browse=TRUE)

_A_r_g_u_m_e_n_t_s:

   query: The search query to use

     ...: The species to search on.  Defaults to "Hs" - human.

lladdress: The subdirectory off of the NCBI site for LocusLink. 

  browse: If TRUE, will open the URL in a web browser

_D_e_t_a_i_l_s:

     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:
     'http://www.ncbi.nih.gov/LocusLink/help.html'

_V_a_l_u_e:

     If 'browse' is TRUE, the user's web browser is directed to that
     URL. The URL found is returned if 'browse' is FALSE.

_A_u_t_h_o_r(_s):

     Jeff Gentry

_S_e_e _A_l_s_o:

     'genbank' 'pubmed' 'locuslinkByID'

_E_x_a_m_p_l_e_s:

        if( interactive() )
           locuslinkQuery("abc","Hs","Mm")

