cutCV                package:codelink                R Documentation

_C_a_l_c_u_l_a_t_e _c_u_t_o_f_f _b_a_s_e_d _i_n _C_V.

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

     Takes a Codelink object and calculate cutoff based in CV.

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

             cutCV(object, subset=c(1:dim(object)[2]))

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

  object: an object of class "Codelink".

  subset: subset of arrays to calculate cutoff with

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

     First it computes the median of CV for each gene over all arrays.
     Then it computes the mean and sd of all medians. Finally:

     cutoff = mean + 3 * sd

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

_N_o_t_e:

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

     Diego Dez Ruiz

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

_E_x_a_m_p_l_e_s:

         ## NOT RUN ##
         # data: Normalized Codelink object merged.
         # cutoff <- cutCV(data)

