affySpikeIn               package:DEDS               R Documentation

_G_e_n_e _e_x_p_r_e_s_s_i_o_n _d_a_t_a_s_e_t _f_r_o_m _A_f_f_y_m_e_t_r_i_x _S_p_i_k_e-_i_n _E_x_p_e_r_i_m_e_n_t_s

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

     The spike-in experiment represents a portion of the data used by
     Affymetrix to develop their MAS 5.0 preprocessing algorithm.  Here
     we utilize the RMA (Irizarry et. al) probe level summaries.  The
     data features 14  human genes spiked-in at a series of 14 known
     concentrations  (0, 2^{-2}, 2^{-1}, ..., 2^{10} pM) according to 
     a Latin square design among 12612 null genes.  The data matrix
     'affySpikeIn' represents the two array groups among the 14 array
     groups that contain 12 replicates. Further details are available 
     at <URL:
     http://www.affymetrix.com/analysis/download_center2.affx>.

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

     data(affySpikeIn)

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

affySpikeIn: matrix of gene expression levels measurements, rows
          correspond to genes (12626 genes) and columns to 24 samples.

affySpikeIn.L: numeric vector indicating the sample class, 12 (code 0)
          vs. 12 (code 1).

affySpikeIn.gnames: character vecter containing the names of the 12626
          genes.

spikedgene: numeric vector given the location of the 14 spiked genes.

_R_e_f_e_r_e_n_c_e_s:

     R. A. Irizarry, B. M. Bolstad, F. Collin, L. Cope, B. Hobbs and T.
     P. Speed (2003) Summeries of affymetrix genechip probe level data.
     _Nucleic Acide Research_, 31:e15.

