addControlData2lumi           package:lumi           R Documentation

_A_d_d _t_h_e _c_o_n_t_r_o_l _p_r_o_b_e _d_a_t_a _i_n_t_o _t_h_e _c_o_n_t_r_o_l_D_a_t_a _s_l_o_t _o_f _L_u_m_i_B_a_t_c_h _o_b_j_e_c_t

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

     Add the control probe profile data, outputted by BeadStudio, into
     the controlData slot of LumiBatch object.

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

     addControlData2lumi(controlData, x.lumi)

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

controlData: the control data can be a data.frame or the control probe
          filename outputted by BeadStudio 

  x.lumi: a LumiBatch object, to which controlData will be added. 

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

     The controlData slot in LumiBatch object is a data.frame with
     first two columns as "controlType" and "ProbeID". The rest columns
     are the expression amplitudes for individual samples.

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

     Return the LumiBatch object with controlData slot filled.

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

     Pan Du

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

     'getControlData', 'plotControlData'

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

             ## Not runnable
             # controlFile <- 'Control_Probe_Profile.txt'
             # x.lumi <- addControlData2lumi(controlFile, x.lumi)

