LDdist-class          package:GeneticsBase          R Documentation

_W_r_a_p_p_e_r _t_o _e_f_f_i_c_i_e_n_t_l_y _s_t_o_r_e _t_h_e _r_e_s_u_l_t _f_r_o_m
_p_e_r_f_o_r_m_i_n_g _L_D _c_a_l_c_u_l_a_t_a_t_i_o_n_s _o_v_e_r _s_l_i_d_i_n_g _w_i_n_d_o_w_s _c_o_n_t_a_i_n_i_n_g _m_a_r_k_e_r_s
_w_i_t_h_i_n _a _d_i_s_t_a_n_c_e

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

     Wrapper to efficiently store the result from performing LD
     calculatations over sliding windows containing markers within a
     distance

_S_l_o_t_s:


     '_c_a_l_l': Function call used to generate this object.

     '_D': Linkage disequilibrium estimate

     '_D'': Scaled linkage disequilibrium estimate

     '_r': Correlation coefficient

     '_R^_2': Squared correlation coefficient

     '_n': Number of observations

     '_X^_2': Chi-square statistic for linkage equilibrium (i.e.,
          D=D'=corr=0)

     '_P-_v_a_l_u_e': Chi-square p-value for marker independence

     '_L_O_D': LOD scores

_M_e_t_h_o_d_s:


     _h_e_a_d 'signature(x = "LDdist")': see 'head' 

     _l_e_f_t 'signature(x = "LDdist")': see 'left' 

     _r_i_g_h_t 'signature(x = "LDdist")': see 'right' 

     _s_h_o_w 'signature(object = "LDdist")': see 'show' 

     _t_a_i_l 'signature(x = "LDdist")': see 'tail' 

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

     Initial version by Gregory R. Warnes warnes@bst.rochester.edu and
     Nitin Jain nitin.jain@pfizer.com, enhanced to use C routines by
     Weiliang Qiu stwxq@channing.harvard.edu, and Ross Lazarus
     ross.lazarus@channing.harvard.edu

