beadQC-class          package:BeadExplorer          R Documentation

_C_l_a_s_s "_b_e_a_d_Q_C"

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

     A class to hold quality control information from a BeadChip
     experiment

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("beadQC", ...)'.

_S_l_o_t_s:

     '_f_i_l_e_O_r_i_g_i_n': Object of class '"character"':File paths of the
          files used to create 

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' Name of the analysis 

     '_s_a_m_p_l_e_Q_C': Object of class '"data.frame"' QC values

_M_e_t_h_o_d_s:

     [ 'signature(x = "beadQC")': Subset method 

     _a_n_n_o_t_a_t_i_o_n 'signature(object = "beadQC")': Slot accessor 

     _a_n_n_o_t_a_t_i_o_n<- 'signature(object = "beadQC")': Replacement method 

     _f_i_l_e_O_r_i_g_i_n 'signature(object = "beadQC")': Slot accessor 

     _s_a_m_p_l_e_Q_C 'signature(object = "beadQC")': Slot accessor 

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

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

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

     Package vignette

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

     data(examplebeadQC)
     annotation(examplebeadQC)

