AggregatePCA          package:GeneSelector          R Documentation

_a_g_g_r_e_g_a_t_i_o_n _o_f _r_e_p_e_a_t_e_d _r_a_n_k_i_n_g_s _b_y _p_r_i_n_c_i_p_a_l _c_o_m_p_o_n_e_n_t_s

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

     A principal components analysis is applied to the matrix storing
     the different rankings for each gene. The first principal
     component is then used for aggregation.

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

     AggregatePCA(RR)

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

      RR: An object of class 'RepeatRanking'.

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

     An object of class AggregatedRanking.

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

     Martin Slawski martin.slawski@campus.lmu.de 
      Anne-Laure Boulesteix <URL: http://www.slcmsr.net/boulesteix>

_S_e_e _A_l_s_o:

     AggregateSimple, AggregateBayes, AggregatePenalty, AggregatePCA

