Splanova-class            package:exonmap            R Documentation

_C_l_a_s_s "_S_p_l_a_n_o_v_a" _r_e_p_r_e_s_e_n_t_s _t_h_e _r_e_s_u_l_t _o_f _a _s_p_l_i_c_i_n_g _a_n_o_v_a _c_a_l_c_u_l_a_t_i_o_n_s

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

     Contains two slots -  one for F-test p-scores, one for
     significance

_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("Splanova",
     ...)'.

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


     _f_v_a_l: Object of class '"numeric"' p-values

     _s_i_g: Object of class '"numeric"' significant cases

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


     _f_v_a_l 'signature(object = "Splanova")': F-test p-value accessor 

     _s_i_g 'signature(object = "Splanova")': significance accessor 

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

     Michal J. Okoniewski

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

       ## Not run: 
         gg <- probeset.to.gene(c("2326780","2326822" ))
         spl.multi <-  splanova(x.rma, gg, "group", "a", thr=0.05, debug=4)
         fval(spl.multi)
         sig(spl.multi)
       
     ## End(Not run)

