featureNames             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'. 'geneNames' and
     'featureNames' offer similar functionality, but 'featureNames' is
     the preferred method.

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

     featureNames(object)
     featureNames(object) <- value
     sampleNames(object)
     sampleNames(object) <- value
     geneNames(object)
     geneNames(object) <- value

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

  object: Object, possibly derived from class 'eSet'

   value: Character vector containing feature or sample names

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

     'featureNames' and 'geneNames' return a (usually long!) character
     vector uniquely identifying each feature.'sampleNames' returns a
     (usually shorter) character vector identifying samples.

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

     Biocore

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

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

