fc2Cond               package:codelink               R Documentation

_S_e_l_e_c_t _p_r_o_b_e_s _b_a_s_e_d _o_n _f_o_l_d _c_h_a_n_g_e _c_a_l_c_u_l_a_t_i_o_n

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

     Takes a Codelink object and calculate fold changes (M) between two
     conditions  (samples). Then select genes based on those who pass
     the passed cutoff.

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

       fc2Cond(object, cond1=NULL, cond2=NULL, fc=1.0, verbose=FALSE)

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

  object: an object of class "Codelink".

   cond1: numeric or character; First condition to compute M.

   cond2: numeric or character; Second condition to compute M.

      fc: value of the fold change cutoff

 verbose: logical; if some information is printed on the console.

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

     Conditions can be passed as characters or as numeric index from
     the sample  slot. The intensities are internally transformed to
     log2 if needed. The M value  is computed as:

     M = cond1 - cond2

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

     A logical vector indicating which genes pass the cutoff

_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:

