writeQC             package:BeadExplorer             R Documentation

_W_r_i_t_e_s _Q_C _d_a_t_a _t_o _a _l_o_g _f_i_l_e

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

     Writes QC data from a beadData and corresponding beadQC object to
     a log file

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

     writeQC(beadData, beadQC, file = "ArrayQuality.txt", verbose = TRUE, ...)

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

beadData: 'beadData-class' object to write 

  beadQC: corresponding 'beadQC-class' object to write 

    file: Name of log file 

 verbose: Logcial specifying if confirmation should be included 

     ...: Arguments passed to 'write.table'

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

     Only writes QC data if the the annotation slot (i.e. the analysis
     name) of the 'beadData-class' object has not already  been written
     to the log file.  If no log file can be found a new one is
     created.

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

     A commentary of the data writing is provided if verbose.

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

     Gareth Elvidge gareth.elvidge@well.ox.ac.uk

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

     data(examplebeadData)
     data(examplebeadQC)
     writeQC(examplebeadData, examplebeadQC)

