rankProd            package:oneChannelGUI            R Documentation

_g_r_a_p_h_i_c_a_l _i_n_t_e_r_f_a_c_e _t_o _r_a_n_k _p_r_o_d_u_c_t _m_e_t_h_o_d _i_m_p_l_e_m_e_n_t_e_d _i_n _R_a_n_k_P_r_o_d _B_i_o_c_o_n_d_u_c_t_o_r _l_i_b_r_a_r_y.

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

     To know more about rank product method see RankProd help.

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

     rankProd()

_D_e_t_a_i_l_s:

     The target file for the RankProd implementation contain the origin
     of the data as a number separated by an under score from the
     corresponding covariate. If all data are from the same origin the
     origin definition is not needed. Therefore target will contain
     only the covariates.

       Name  FileName  Target
       mC1   M1.CEL    'CTRL_1'
       mC2   M4.CEL    'CTRL_1'
       mC3   M7.CEL    'CTRL_2'
       mE1   M3.CEL    'CTRL_2'
       mE2   M6.CEL    'CTRL_2'
       mE3   M9.CEL    'TRT_1'
       mI1   M2.CEL    'TRT_1'
       mI2   M5.CEL    'TRT_2'
       mI3   M8.CEL    'TRT_2'

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

     Raffaele A Calogero

