notes                package:Biobase                R Documentation

_R_e_t_r_i_e_v_e _a_n_d _s_e_t _e_S_e_t _a_n_d _e_x_p_r_S_e_t _n_o_t_e_s.

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

     These generic functions access notes (unstructured descriptive
     data) associated 'eSet-class' or 'exprSet-class'.

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

     notes(object)
     notes(object) <- value

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

  object: Object, possibly derived from class 'eSet-class'

   value: Character vector containing unstructured information
          describing the experinement.

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

     'notes' returns a character vector.

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

     Biocore

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

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

