hbTestResults-class         package:GGtools         R Documentation

_C_l_a_s_s "_h_b_T_e_s_t_R_e_s_u_l_t_s" _h_o_l_d_s _r_e_s_u_l_t_s _o_f _t_e_s_t_s
_o_f _a_s_s_o_c_i_a_t_i_o_n _o_f _e_x_p_r_e_s_s_i_o_n _l_e_v_e_l_s _w_i_t_h
_h_a_p_l_o_t_y_p_e _w_i_t_h_i_n _h_a_p_l_o_t_y_p_e _b_l_o_c_k

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

     Class "hbTestResults" holds results of tests of association of
     expression levels with haplotype within haplotype block

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("hbTestResults",
     ...)'.

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


     '_h_s_c_o_r_e_s': Object of class '"list"' series of
          haplo.stats:::haplo.score results for blocks  

     '_l_o_c_s': Object of class '"numeric"' locations at which blocks were
          found (mean location within each block) 

     '_c_h_r_n_u_m': Object of class '"chrnum"' chromosome being analyzed 

     '_s_m_l_S_e_t_N_a_m_e': Object of class '"character"' name of the smlSet
          harboring data in use 

     '_r_s_i_d': Object of class '"ANY"' can be a dbSNP id to use as an
          anchor, or a number constituting absolute chromosomal
          location at which blocks will be sought 

     '_r_a_d': Object of class '"numeric"' radius in base pairs around the
          'rsid' to be searched for blocks 

     '_l_d_S_t_r_u_c': Object of class '"ANY"' the result of the mapLD:::mapLD
          function 

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


     _p_v_a_l_s 'signature(x = "hbTestResults")': extracts p-values for
          global score tests, one per block 

     _l_o_c_s 'signature(x = "hbTestResults")': extracts locations of
          haplotype blocks found  (average SNP location within block) 

     _h_s_c_o_r_e_s 'signature(x = "hbTestResults")': extracts 'haplo.score'
          results as a list, for all blocks

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     showClass("hbTestResults")

