ProbeSet-class             package:affy             R Documentation

_C_l_a_s_s _P_r_o_b_e_S_e_t

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

     A simple class that contains the PM and MM data for a probe set
     from one or more samples

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by applying the method 'probeset' to
     instances of AffyBatch.

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


     '_i_d': Object of class '"character"' containing the probeset ID

     '_p_m': Object of class '"matrix"' containing the PM intensities.
          Columns represent samples and rows the different probes.

     '_m_m': Object of class '"matrix"' containing the MM intensities

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


     _c_o_l_n_a_m_e_s 'signature(x = "ProbeSet")': the column names of the 'pm'
          matrices which  are the sample names

     _e_x_p_r_e_s_s._s_u_m_m_a_r_y._s_t_a_t 'signature(x = "ProbeSet", pmcorrect =
          "character", summary = "character")': applies a summary
          statistic to the probe set.

     _s_a_m_p_l_e_N_a_m_e_s 'signature(object = "ProbeSet")': the column names of
          the 'pm' matrices which  are the sample names

_N_o_t_e:

     More details are cotained in the vignette

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

     'probeset', 'AffyBatch-class'

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

     data(affybatch.example)
     ps <- probeset(affybatch.example,geneNames(affybatch.example)[1:2])
     names(ps)
     print(ps[[1]])

