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': Object of class '"character"' containing the sample
          names

     '_f_i_l_e': Object of class '"character"' containing the file names

     '_n_a_m_e': Object of class '"character"' containing the probe ID

     '_m_e_t_h_o_d': Object of class '"list"' containing log information

     '_S_m_e_a_n': Object of class '"matrix"' containing spot mean
          intensities

     '_B_m_e_d_i_a_n': Object of class '"matrix"' containing background median
          intensities

     '_R_i': Object of class '"matrix"' containing raw intensities

     '_N_i': Object of class '"matrix"' containing normalized intensities

     '_s_n_r': Object of class '"matrix"' containing signal to noise ratio
          values

     '_f_l_a_g': Object of class '"character"' containing assigned flags

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

_N_o_t_e:

     More details are cotained in the vignette

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

     Diego Diez

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

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

     #data(codelink.example)

