maTwoSamples           package:marrayTools           R Documentation

_C_h_a_n_g_i_n_g _s_i_g_n_s _f_o_r _t_w_o _s_a_m_p_l_e _a_n_a_l_y_s_i_s

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

     Taking target file information and flip the dye swaps experiments.

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

     maTwoSamples(targetfile, normdata, Trt, Ctl, targetID = "TargetName", slidesID = "Slides", dyesID = "Dyes", RedID = 5, path = ".", output = TRUE)

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

targetfile: A data.frame containing target samples information.

normdata: A R object of class 'marrayNorm'

     Trt: A character string representing "treatment" sample.

     Ctl: A character string representing "controls" sample.

targetID: A character string representing the column name in
          'targetfile' containing target samples information.

slidesID: A character string representing the column name in
          'targetfile' containing the slide label.

  dyesID: A character string representing the column name in
          'targetfile' containing dye labeled information.

   RedID: The character use to represent the Cy5 dye.

    path: A character string representing the data directory. By
          default this is set to the current working directory ("."). 

  output: Save and tab delimited file

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

     An objects of 'marrayNorm' with the dye assignment adjusted.

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

     Yee Hwa (Jean) Yang

