uniprotToAffy           package:DAVIDQuery           R Documentation

_O_b_t_a_i_n _A_f_f_y_m_e_t_r_i_x _p_r_o_b_e_s_e_t _I_D_s _f_o_r _g_i_v_e_n _U_n_i_p_r_o_t _I_D_s.

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

     Obtain Affymetrix probeset IDs for given Uniprot IDs, using
     DAVIDQuery.

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

     uniprotToAffy(uid = "O00161", ...)

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

     uid: Uniprot IDs, either a string with the IDs separated by
          commas, or else a character vector. 

     ...: Args to be passed to 'DAVIDQuery()'. 

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

     The output of 'DAVIDQuery'.  If only the DAVIDQueryResult
     component is desired, include the arg 'details=FALSE'.  If
     probesets from a specific chip are desired, then you can intersect
     these results with the results of 'AffyProbesetList'.

_N_o_t_e:

     There is currently no provision for using 'DAVIDQueryLoop' .

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

     Roger Day

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

     'DAVIDQuery'

