rawdata           package:diffGeneAnalysis           R Documentation

_M_i_c_r_o _a_r_r_a_y _d_a_t_a_s_e_t

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

     Microarray dataset consisting of 7 chips.3 control and 4
     experiment with 2382 genes.The first column consists of gene
     names, hence the dataset has 8 columns in total.

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

     data(rawdata)

_F_o_r_m_a_t:

     A data frame with 2382 observations on the following 11 variables.

     _G_e_n_e_I_D Gene IDS or Gene names

     _c_1 a numeric vector of gene intensities for control chip 1

     _c_2 a numeric vector of gene intensities for control chip 2

     _c_3 a numeric vectorof gene intensities for control chip 3

     _e_1 a numeric vector of gene intensities for experiment chip 1

     _e_2 a numeric vector of gene intensities for experiment chip 2

     _e_3 a numeric vector of gene intensities for experiment chip 3

     _e_4 a numeric vector of gene intensities for experiment chip 4

_S_o_u_r_c_e:

     Dozmorov I,Centola,M. An associative analysis of gene expression
     array data. Bioinformatics.2003 Jan22;19(2):204-11

     Knowlton N,Dozmorov I, Centola M. Microarray data Analysis Tool
     box(MDAT): for normalization,adjustment and analysis of gene
     expression data. Bioonformatics.2004 Dec 12;20(18):3687-90

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

     data(rawdata)

