signalDist           package:affyQCReport           R Documentation

_I_n_t_e_n_s_i_t_y _d_i_s_t_r_i_b_u_t_i_o_n _p_l_o_t_s _f_o_r _a _A_f_f_y_B_a_t_c_h _o_b_j_e_c_t

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

     Creates the secondpage of the  QC report created by 'QCReport' for
     an object of class 'AffyBatch'   The page contains a boxplot and
     intensity distribution plots.

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

     signalDist(object)

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

  object: 

     {An object of class 'AffyBatch'.}

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

     This creates the second page of a 'QCReport' report.  The first
     graph is created with the 'AffyBatch' method 'boxplot'. The second
     graph in created with the  'AffyBatch' method 'hist'.

     More details are available in the vignette.

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

     TRUE

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

         
         library(affydata)
         data(Dilution)

        signalDist(Dilution)

