reporterInfo             package:Biobase             R Documentation

_R_e_t_r_i_e_v_e _a_n_d _s_e_t _i_n_f_o_r_m_a_t_i_o_n _a_b_o_u_t _r_e_p_o_r_t_e_r_s.

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

     This generic function accesses information about reporters (e.g.,
     probes). Currently implemented methods are for 'exprSet-class';
     'reporterInfo' is not present in 'eSet-class'

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

     reporterInfo(object)
     reporterInfo(object) <- value

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

  object: Object, possibly derived from class 'exprSet'

   value: Object containing reporter information

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

     'reporterInfo' returns a 'data.frame' containing information about
     reporters.

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

     Biocore

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

     'exprSet-class'

