assayData              package:Biobase              R Documentation

_R_e_t_r_i_e_v_e _a_s_s_a_y _d_a_t_a _f_r_o_m _e_S_e_t_s _a_n_d _E_x_p_r_e_s_s_i_o_n_S_e_t_s.

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

     This generic function accesses assay data stored in an object
     derived from  the 'eSet' or 'ExpressionSet' class.

_U_s_a_g_e:

     assayData(object)
     assayData(object) <- value

_A_r_g_u_m_e_n_t_s:

  object: Object derived from class eSet

   value: Named list or environment containing one or more matrices
          with  identical dimensions

_V_a_l_u_e:

     'assayData' applied to 'eSet'-derived classes returns a list or
     environment; applied to 'ExpressionSet', the method returns an
     environment. See the class documentation for specific details.

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

     Biocore

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

     'eSet-class', 'ExpressionSet-class',  'SnpSet-class'

