pmidQuery package:annotate R Documentation _A _f_u_n_c_t_i_o_n _t_o _q_u_e_r_y _P_u_b_M_e_d _D_e_s_c_r_i_p_t_i_o_n: Given a PMID, will create a URL which can be used to open a browser and retrieve the specified information from PubMed. _U_s_a_g_e: pmidQuery(query) _A_r_g_u_m_e_n_t_s: query: The PubMed ID (or IDs) _D_e_t_a_i_l_s: Using ublished details from NCBI we construct an appropriate string for directing a web browser to the information available at the NCBI. _V_a_l_u_e: A character string containing the appropriate URL _A_u_t_h_o_r(_s): Jeff Gentry _R_e_f_e_r_e_n_c_e_s: NCBI, _S_e_e _A_l_s_o: 'UniGeneQuery', 'locuslinkQuery' _E_x_a_m_p_l_e_s: a <- "9695952" pmidQuery(a)