abstract               package:Biobase               R Documentation

_R_e_t_r_i_e_v_e _f_e_a_t_u_r_e _a_n_d _s_a_m_p_l_e _n_a_m_e_s _f_r_o_m _e_S_e_t_s _a_n_d _e_x_p_r_S_e_t_s.

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

     These generic functions access the feature names (typically, gene
     or SNP identifiers) and sample names stored in an object derived
     from the 'eSet-class' or 'exprSet-class'.

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

     abstract(object)
     pubMedIds(object)
     pubMedIds(object) <- value
     experimentData(object)
     experimentData(object) <- value

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

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

   value: Value to be assigned; see class of 'object' (e.g.,
          'eSet-class') for specifics.

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

     'abstract' returns a character vector containing the abstract (as
     in a published paper) associated with 'object'.

     'pubMedIds' returns a character vector of PUBMED Ids associated
     with the experiment.

     'experimentData' returns an object representing the description of
     an experiment, e.g., an object of 'MIAME-class'

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

     Biocore

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

     'exprSet-class', 'eSet-class', 'MIAME-class'

