readQC             package:BeadExplorer             R Documentation

_R_e_a_d_s _l_o_g _f_i_l_e _d_a_t_a

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

     Read data contained within a log file

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

     readQC(file = "ArrayQuality.txt")

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

    file: File path of the log file 

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

     Reads log file data into a 'data.frame'

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

     A 'data.frame' of QC data

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

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

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

     writeQC

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

     ## Not run: 
     QC<-readQC()
     ## End(Not run)

