ExpressionControlData       package:beadarray       R Documentation

_C_o_n_t_r_o_l _a_n_n_o_t_a_t_i_o_n _f_o_r _I_l_l_u_m_i_n_a _e_x_p_r_e_s_s_i_o_n _c_h_i_p_s

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

     Data frames derived from the bgx files from Illumina that give
     details of the control probes used on Illumina expression arrays.
     A list structure is used with the control probes for a particular
     platform accessed by name. Note that the HumanHT12 arrays use the
     same probes and the Humanv3 and therefore the same annotation can
     be used.

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

     data(ExpressionControlData)

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

     library(beadarray)
     data(ExpressionControlData)
     names(ExpressionControlData)
     ExpressionControlData[["Humanv3"]][1:10,]

