GGfitter-class            package:GGtools            R Documentation

_C_l_a_s_s "_G_G_f_i_t_t_e_r" _w_r_a_p_p_e_r _f_o_r _s_p_e_c_i_a_l _f_u_n_c_t_i_o_n_s _t_o _d_o
_w_h_o_l_e _g_e_n_o_m_e _s_c_r_e_e_n_s

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

     wraps functions that call C code

_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("GGfitter",
     ...)'. They can be supplied as arguments to 'snpScreen'.

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

     '_n_a_m_e': Object of class '"character"' giving a name 

     '_f_u_n_c': Object of class '"function"' the actual function that
          calls C to perform the screen 

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

     _s_n_p_S_c_r_e_e_n 'signature(racExSet = "racExSet", snpMeta = "snpMeta",
          gene = "genesym", formTemplate = "formula", fitter =
          "GGfitter", gran = "ANY")': primary usage of this class 

_N_o_t_e:

     Previously, deparse(substitute(fn)) was used to get information on
     the fitter.  This is not reliable, and all fitting functions used
     in this context will have to be reflective instances of this
     class.

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     showClass("GGfitter")

