Codelink-class           package:codelink           R Documentation

_C_l_a_s_s _C_o_d_e_l_i_n_k

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

     This is the storage class for Codelink data

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

     Object are created after reading text codelink files with
     read.Codelink()

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

     '_S_a_m_p_l_e__n_a_m_e': 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:

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

     #data(codelink.example)

