GenerateFoldMatrix-methods   package:GeneSelector   R Documentation

_A_l_t_e_r_e_d _d_a_t_a_s_e_t_s _v_i_a _k-_J_a_c_k_k_n_i_f_e _o_r
_L_a_b_e_l (_c_l_a_s_s) _e_x_c_h_a_n_g_e

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

     Generates an object of class FoldMatrix that is then processed by
     GetRepeatRanking for the following signatures:

_M_e_t_h_o_d_s:

     The input (gene expression and class labels)  can be given in
     three different ways:


     _x = "_m_a_t_r_i_x", _y = "_n_u_m_e_r_i_c" signature 1

     _x = "_m_a_t_r_i_x", _y = "_f_a_c_t_o_r" signature 2

     _x = "_E_x_p_r_e_s_s_i_o_n_S_e_t", _y = "_c_h_a_r_a_c_t_e_r" signature 3

     For further argument and output information, consult
     GenerateFoldMatrix.

