testGene2Gene           package:DAVIDQuery           R Documentation

_T_e_s_t _D_A_V_I_D _g_e_n_e_2_g_e_n_e _t_o_o_l

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

     This function tests and demonstrates the use of DAVIDQuery to
     access the gene2gene tool.

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

     testGene2Gene(ids = "33246_AT,32469_AT,1786_AT,32680_AT,1355_G_AT,37968_AT,33530_AT,31987_AT,35956_S_AT,35956_S_AT,1112_G_AT,33077_AT,1331_S_AT,40350_AT,37968_AT,38926_AT,37953_S_AT,34436_AT,37097_AT,32439_AT,35121_AT,40317_AT,39469_S_AT,32439_AT,33685_AT,40294_AT,1575_AT,39187_AT,34720_AT,41489_AT,35439_AT,39698_AT,40790_AT,33922_AT,39908_AT,41113_AT,34606_S_AT,37711_AT,38945_AT,32073_AT", type = "AFFY_ID", ...)

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

     ids: Arg passed to  'DAVIDQuery'. 

    type: Arg passed to  'DAVIDQuery'. 

     ...: Other args passed to  'DAVIDQuery'. 

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

     Input Affy IDS are taken from the example on the DAVID web site.

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

     The value returned by DAVIDQuery using tool=gene2gene.

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

     Roger Day

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

     'DAVIDQuery'

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

             testGene2Gene(details=FALSE)  
                     ### Run example from http://david.abcc.ncifcrf.gov/gene2gene.jsp
             testGene2Gene(ids=idExampleList, type="ENTREZ_GENE_ID", details=FALSE)
                     ### Run example from http://david.abcc.ncifcrf.gov/content.jsp?file=DAVID_API.html

