Ecoli              package:plsgenomics              R Documentation

_E_c_o_l_i _g_e_n_e _e_x_p_r_e_s_s_i_o_n _a_n_d _c_o_n_n_e_c_t_i_v_i_t_y _d_a_t_a _f_r_o_m _K_a_o _e_t _a_l. (_2_0_0_3)

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

     Gene expression data obtained during Escherichia coli carbon
     source transition and connectivity data from the RegulonDB data
     base (Salgado et al., 2001).  The experiments  and data sets are
     described in Kao et al. (2003).

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

     data(Ecoli)

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

     A list with the following components: 

CONNECdata: a (100 x 16) matrix containing the connectivity data for
          100 genes and 16 regulators. The data are coded as 1
          (positive interaction), 0 (no interaction) and -1 (negative
          interaction).

  GEdata: a (100 x 23) matrix containing gene expression data for 100
          genes and 23 samples corresponding to differents times during
          carbon source transition.

timepoint: a numeric vector of length 23 containing the time points (in
          hours) for the 23 samples.

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

     The data are described in Kao et al. (2004) and can be freely
     downloaded from  <URL:
     http://www.seas.ucla.edu/~liaoj/downloads.htm>.

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

     K. Kao, Y.-L. Yang, R. Boscolo, C. Sabatti, V. Roychowdhury and J.
     C. Liao (2004). Transcriptome-based determination of multiple
     transcription regulator activities in Escherichia coli by using
     network component analysis, PNAS *101*, 641-646. 

     H. Salgado, A. Santos-Zavaleta, S. Gama-Castro, D. Millan-Zarate,
     E. Diaz-Peredo, F. Sanchez-Solano, E. Perez-Rueda, C.
     Bonavides-Martinez and J. Collado-Vides (2001). RegulonDB (version
     3.2): transcriptional regulation and operon organization in
     Escherichia coli K-12, Nucleic Acids Research *29*, 72-74.

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

     # load plsgenomics library
     library(plsgenomics)

     # load data set
     data(Ecoli)

     # how many genes and how many transcription factors ?
     dim(Ecoli$CONNECdata)

