showFuzzyPatterns            package:DFP            R Documentation

_P_l_o_t_s _t_h_e _F_u_z_z_y _P_a_t_t_e_r_n_s _c_o_r_r_e_s_p_o_n_d_i_n_g _t_o _a _c_l_a_s_s

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

     This functions prints (in text mode) the _Fuzzy Patterns_
     (discrete labels) calculated for a single class of samples.

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

     showFuzzyPatterns(fps, class)

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

     fps: A matrix with the _Fuzzy Patterns_ (discrete labels) for all
          the samples and genes. 

   class: A class to which the samples belong. It must be one of the
          classes stored in the phenoData  of the original
          'ExpressionSet' _rmadataset_ object. 

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

     A vector of _Fuzzy Patterns_ (discrete labels) for a single class
     of samples, with the genes associated.

_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

