UniGeneQuery            package:annotate            R Documentation

_C_r_e_a_t_e _a _Q_u_e_r_y _S_t_r_i_n_g _f_o_r _a _U_n_i_G_e_n_e _I_d_e_n_t_i_f_i_e_r

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

     Given a set of UniGene identifiers this function creates a set of
     URLs that an be used to either open a browser to the requested
     location or that can be used as anchors in the construction of
     HTML output.

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

     UniGeneQuery(query, UGaddress="UniGene/", type="CID")

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

   query: The UniGene identifiers. 

UGaddress: The address of UniGene, within the NCBI repository.

    type: What type of object is being asked for; eithe CID or SID 

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

     Using published details from NCBI we construct an appropriate
     string for directing a web browser to the information available at
     the NCBI for that genomic product (usually an EST).

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

     A character vector containing the query string.

_N_o_t_e:

     Be very careful about automatically querying this resource. It is
     considered antisocial behavior by the owners.

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

     Robert Gentleman

_R_e_f_e_r_e_n_c_e_s:

     NCBI, <URL: http://www.ncbi.nih.gov/>

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

       q1<-UniGeneQuery(c("Hs.293970", "Hs.155650"))
       q1
       if( interactive())
         browseURL(q1[1])

