pool2               package:snpMatrix               R Documentation

_P_o_o_l _r_e_s_u_l_t_s _o_f _t_e_s_t_s _f_r_o_m _t_w_o _i_n_d_e_p_e_n_d_e_n_t _d_a_t_a_s_e_t_s

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

     Generic function to pool results of tests from two independent
     datasets. It is not designed to be called directly, but is called
     recursively by 'pool'

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

     pool2(x, y, score)

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

    x, y: Objects holding the (extended) test results.  These must be
          of class 'snp.tests.single.score' or 'snp.tests.glm'

   score: Is extended score information to be returned in the output
          object?

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

     An object of same class as the input objects (optionally without
     the '.score') extension. Tests are produced for the _union_ of
     SNPs tested in all the input objects.

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

     David Clayton david.clayton@cimr.cam.ac.uk

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

     'pool', 'snp.tests.single.score-class', 'snp.tests.glm-class',
     'single.snp.tests', 'snp.lhs.tests', 'snp.rhs.tests'

