PC-class               package:exonmap               R Documentation

_C_l_a_s_s "_P_C" _r_e_p_r_e_s_e_n_t_s _t_h_e _r_e_s_u_l_t _o_f _a _s_i_m_p_l_e _p_a_i_r_w_i_s_e _c_o_m_p_a_r_i_s_o_n _b_e_t_w_e_e_n _t_w_o _g_r_o_u_p_s _o_f _a_r_r_a_y_s

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

     Contains two slots -  one for fold changes, one for t test
     p-scores

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

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


     '_f_c': Object of class '"numeric"' log2 fold changes 

     '_t_t': Object of class '"numeric"' t test p scores 

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


     [<- 'signature(x = "PC")': Not supported 

     [ 'signature(x = "PC")': subset by probeset 

     _f_c 'signature(object = "PC")': fold change accessor 

     _t_t 'signature(object = "PC")': t-test p score accessor 

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

     Crispin J. Miller

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

       ## Not run: 
         r <- pc(x,"group",c("a","b"))
       
     ## End(Not run)

