GetRepeatRanking-methods    package:GeneSelector    R Documentation

_R_e_p_e_a_t _r_a_n_k_i_n_g_s _f_o_r _a_l_t_e_r_e_d _d_a_t_a_s_e_t

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

     Altered datasets are typically prepared by calls to
     GenerateFoldMatrix or GenerateBootMatrix. The process of ranking
     is then repeated for each of these new 'artificial' datasets. One
     major goal of this procedure is to examine the stability of the
     results of the unchanged original dataset.

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

     The input (an object of class 'GeneRanking' is obligatory)  can be
     given in three different ways:


     _R = "_G_e_n_e_R_a_n_k_i_n_g", _P = "_F_o_l_d_M_a_t_r_i_x" signature 1

     _R = "_G_e_n_e_R_a_n_k_i_n_g", _P = "_B_o_o_t_M_a_t_r_i_x" signature 2

     _R = "_G_e_n_e_R_a_n_k_i_n_g", _P = "_m_i_s_s_i_n_g" signature

     For further argument and output information, consult
     GetRepeatRanking

