catalogDAVIDResultsByTool     package:DAVIDQuery     R Documentation

_C_r_e_a_t_e _a _c_a_t_a_l_o_g _o_f _t_y_p_e_s _o_f _D_A_V_I_D _r_e_s_u_l_t_s.

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

     Loops through values of 'tool', for the specified value of
     'annot'.  Runs each DAVID query, and saves the result to create a
     catalog of types of DAVID results.

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

     catalogDAVIDResultsByTool(annot = NULL, sleepSeconds = 10, ...)

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

   annot: See  'DAVIDQuery' . 

sleepSeconds: 'DAVIDQueryLoop' .

     ...: Extra args passed to DAVIDQuery. 

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

     The purpose is to check comprehensively whether there are results
     that could be better formatted than the default output or the
     reformatting provided  by 'formatDAVIDResult'.

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

     A list of outputs from DAVIDQuery. Automatically assigned to the
     name 'catalogOfDAVIDResultsByTool.ANNOT' where ANNOT is replaced
     by the 'annot' argument.

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

     Roger Day

