featureData             package:Biobase             R Documentation

_R_e_t_r_i_e_v_e _i_n_f_o_r_m_a_t_i_o_n _o_n _f_e_a_t_u_r_e_s _r_e_c_o_r_d_e_d _i_n _e_S_e_t-_d_e_r_i_v_e_d
_c_l_a_s_s_e_s.

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

     These generic functions access feature data (experiment specific
     information about features) and feature meta-data (e.g.,
     descriptions of feature covariates).

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

     featureData(object)
     featureData(object) <- value
     fData(object)
     fData(object) <- value
     fvarLabels(object)
     fvarLabels(object) <- value
     fvarMetadata(object)
     fvarMetadata(object) <- value

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

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

   value: Value to be assigned to corresponding object.

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

     'featureData' returns an object containing information on both
     variable values and variable meta-data.  'fvarLabels' returns a
     character vector of measured variable names. 'fvarData' returns a
     data frame with features as rows, variables as columns.
     'fvarMetadata' returns a data frame with variable names as rows,
     description tags (e.g., unit of measurement) as columns.

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

     Biocore

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

     'eSet', 'ExpressionSet'

