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-class' 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'