boxplotNegCtrl       package:Agi4x44PreProcess       R Documentation

_B_o_x_p_l_o_t _o_f _S_i_g_n_a_l_s _a_n_d _N_e_g_a_t_i_v_e _C_o_n_t_r_o_l_s

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

     For each array, it shows the boxplot for the genes (red) and
     negative controls (green)

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

     boxplotNegCtrl(RGlist, Log2, channel)

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

  RGlist: An RGlist object 

    Log2: logical, if 'TRUE' it assumes that the data are in log2 scale

 channel: if 'channel=R', then uses the data stored in dd$R, if channel
            is missing or 'channel =G' then the data stored in dd$G is
          used

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

     It allows the comparison of the gene signals with the signals of
     the negative controls.

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

     Pedro Lopez-Romero

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

     ## Not run: 
             data(dd)
             boxplotNegCtrl(dd,Log2=FALSE,channel="G")
     ## End(Not run)

