exprs2                 package:HELP                 R Documentation

_R_e_t_r_i_e_v_e _m_i_c_r_o_a_r_r_a_y _d_a_t_a (_f_o_r _s_i_g_n_a_l _c_h_a_n_n_e_l _2) _f_r_o_m _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:

     Access (and/or assign) data for signal channel 2 in a given
     ExpressionSet object

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

     exprs2(object)
     exprs2(object) <- value

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

  object: Object of class 'ExpessionSet' 

   value: Matrix with rows representing features and columns
          representing samples 

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

     'exprs2' returns a (usually large!) matrix of values

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

     Reid F. Thompson (rthompso@aecom.yu.edu)

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

     #demo(pipeline,package="HELP")

