PairComp-class          package:simpleaffy          R Documentation

_C_l_a_s_s "_P_a_i_r_C_o_m_p" _R_e_p_r_e_s_e_n_t_s _t_h_e _r_e_s_u_l_t_s _o_f _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 _e_x_p_e_r_i_m_e_n_t_a_l _f_a_c_t_o_r_s

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

     Holds fold-change, ttest p-score and detection p-value calls(if
     used) between a pair of experimental factors.

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

     '_m_e_a_n_s': Object of class '"matrix"' Mean values for each of the
          experimental factors. 

     '_f_c': Object of class '"numeric"' Fold change between the means 

     '_t_t': Object of class '"numeric"' P-score between the factors 

     '_c_a_l_l_s': Object of class '"matrix"' Detection p-values for each
          probeset on each array 

     '_g_r_o_u_p': Object of class '"character"' The name of the factor that
          was compared 

     '_m_e_m_b_e_r_s': Object of class '"character"' A list containing the two
          levels compared between 

     '_p_D_a_t_a': Object of class '"pData"' The phenoData for the members
          that were compared 

     '_c_a_l_c_u_l_a_t_e_d._f_r_o_m': Object of class '"exprSet"' The original
          expression set that was being compared 

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

     [ 'signature(x = "PairComp")': get the values for the specified
          gene(s) 

     [<- 'signature(x = "PairComp")': not supported. 

     _c_a_l_l_s 'signature(object = "PairComp")': the detection.p.values 

     _f_c 'signature(object = "PairComp")': the fold-changes 

     _g_r_o_u_p 'signature(object = "PairComp")': the name of the group that
          was compared 

     _m_e_a_n_s 'signature(object = "PairComp")': the means of the two
          experimental factors that were compared

     _m_e_m_b_e_r_s 'signature(object = "PairComp")': the members of that
          group that were compared 

     _p_a_i_r_w_i_s_e._f_i_l_t_e_r 'signature(object = "PairComp")': Take a
          'PairComp' object and filter it to yield probesets that pass
          the specified criteria 

     _t_t 'signature(object = "PairComp")': the results of a ttest
          between groups 

     _p_D_a_t_a 'signature(object = "pData")': The phenoData from the
          members that were compared

     _c_a_l_c_u_l_a_t_e_d._f_r_o_m 'signature(object = "exprSet")': The original
          expression set 

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

     Crispin Miller

_S_e_e _A_l_s_o:

