gwSnpScreenResult-class       package:GGtools       R Documentation

_C_l_a_s_s "_g_w_S_n_p_S_c_r_e_e_n_R_e_s_u_l_t" - _c_o_n_t_a_i_n_e_r_s _f_o_r
_g_e_n_o_m_e-_w_i_d_e _a_n_d _c_h_r_o_m_o_s_o_m_e-_w_i_d_e _s_n_p _s_c_r_e_e_n _s_t_a_t_i_s_t_i_c_s

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

     Class "gwSnpScreenResult" - containers for genome-wide and
     chromosome-wide snp screen statistics

_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("gwSnpScreenResult", ...)'. Mild extensions to 'list'.

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


     '._D_a_t_a': Object of class '"list"' list of data.frames or matrices
          of test results 

     '_g_e_n_e': Object of class '"character"' gene name 

     '_p_s_i_d': Object of class '"character"' probe identifier 

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' - propagated from
          smlSet 

     '_s_n_p_L_o_c_E_x_t_R_e_f': Object of class '"character"', full pathname of
          external store for snp locations relevant to the smlSet
          instance from which gwSnpScreenResult was computed.

_E_x_t_e_n_d_s:

     Class '"list"', from data part. Class '"vector"', by class "list",
     distance 2. Class '"AssayData"', by class "list", distance 2.

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


     _p_l_o_t 'signature(x = "gwSnpScreenResult", y = "ANY")':  plots minus
          log p values of association tests along chromosomal
          coordinates

     _s_h_o_w 'signature(object = "gwSnpScreenResult")': brief report 

     [ 'signature(object = "gwSnpScreenResult")': restricts chromosomes
          represented 

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     showClass("gwSnpScreenResult")
     data(hmceuB36.2021)
     objects("package:GGBase")
     x = gwSnpScreen(genesym("CPNE1"), hmceuB36.2021, chrnum(20))
     x

