exprs                package:Biobase                R Documentation

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

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

     These generic functions access the expression and error
     measurements of assay data stored in an object derived from the
     'eSet-class' or 'exprSet-class'.

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

     exprs(object)
     exprs(object) <- value
     se.exprs(object)
     se.exprs(object) <- value

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

  object: Object derived from class 'eSet', or 'exprSet'

   value: Matrix with rows representing features and columns samples.

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

     'exprs' returns a (usually large!) matrix of expression values;
     'se.exprs' returns the corresponding matrix of standard errors,
     when available.

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

     Biocore

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

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

