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'