pmid2MIAME             package:annotate             R Documentation

_u_s_e _w_e_b _t_o _p_o_p_u_l_a_t_e _M_I_A_M_E _i_n_s_t_a_n_c_e _w_i_t_h _p_u_b_m_e_d _d_e_t_a_i_l_s

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

     use web to populate MIAME instance with pubmed details

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

     pmid2MIAME(pmid)

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

    pmid: string encoding PMID 

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

     uses XML library to decode parts of the query response and load a
     MIAME object

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

     An instance of class 'MIAME'

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     if (interactive()) pmid2MIAME("9843569")

