phenoData              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 _e_x_p_e_r_i_m_e_n_t_a_l _p_h_e_n_o_t_y_p_e_s _r_e_c_o_r_d_e_d _i_n
_e_S_e_t _a_n_d _e_x_p_r_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 the phenotypic data (e.g.,
     covariates) and meta-data (e.g., descriptions of covariates)
     associated with an experiment.

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

     phenoData(object)
     phenoData(object) <- value
     varLabels(object)
     varLabels(object) <- value
     varMetadata(object)
     varMetadata(object) <- value
     pData(object)
     pData(object) <- value

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

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

   value: Value to be assigned to corresponding object.

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

     'phenoData' returns an object containing information on both
     variable values and variable meta-data.  'varLabels' returns a
     character vector of measured variables. 'pData' returns a data
     frame with samples as rows, variables as columns. 'varMetadata'
     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:

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

