titlePage            package:affyQCReport            R Documentation

_Q_C _r_e_p_o_r_t _t_i_t_l_e _p_a_g_e _w_i_t_h _a_r_r_a_y _n_a_m_e_s

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

     Creates the titlepage of the  QC report created by 'QCReport' for
     an object of class 'AffyBatch'.

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

     titlePage(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 title page of a 'QCReport' report. 

     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)
         
        titlePage(Dilution)

