rmadataset                package:DFP                R Documentation

_A _s_a_m_p_l_e _E_x_p_r_e_s_s_i_o_n_S_e_t _o_b_j_e_c_t

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

     This 'ExpressionSet' object includes an 'AnnotatedDataFrame' with
     metadata about Disease type (the most important for the
     algorithm), Patient age and Patient gender.
      This data set gives the expression values of 500 genes in 35
     samples.

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

     data(rmadataset)

_F_o_r_m_a_t:


       'ExpressionSet'       'str(pData(phenoData(rmadataset)))'
       'AnnotatedDataFrame'  'str(exprs(rmadataset))'

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

     Rodrigo Alvarez-Gonzalez
      Daniel Glez-Pena
      Fernando Diaz
      Florentino Fdez-Riverola
      Maintainer: Rodrigo Alvarez-Gonzalez <rodrigo.djv@uvigo.es>

_R_e_f_e_r_e_n_c_e_s:

     F. Diaz; F. Fdez-Riverola; D. Glez-Pena; J.M. Corchado. Using
     Fuzzy Patterns for Gene Selection and Data Reduction on Microarray
     Data. 7th International Conference on Intelligent Data Engineering
     and Automated Learning: IDEAL 2006, (2006) pp. 1095-1102

_E_x_a_m_p_l_e_s:

     data(rmadataset)
     featureNames(rmadataset)[1:20]
     sampleNames(rmadataset)
     varLabels(rmadataset)
     pData(phenoData(rmadataset))
     exprs(rmadataset)[1:10,1:5]

