yeastCC               package:yeastCC               R Documentation

_D_a_t_a _f_r_o_m _t_h_e _S_p_e_l_l_m_a_n _e_t _a_l. (_1_9_9_8) _y_e_a_s_t _c_e_l_l _c_y_c_l_e
_m_i_c_r_o_a_r_r_a_y _e_x_p_e_r_i_m_e_n_t

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

     This data package contains an 'exprSet' instance for the yeast
     cell cycle microarray experiment. The dataset contains gene
     expression measures (log-ratios, with Cy3-labeled common
     reference) for 6,178 yeast genes in 77 conditions.

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

     data(yeastCC)

_D_e_t_a_i_l_s:

     There are four main timecourses: alpha (alpha factor arrest),
     cdc15, cdc28, and elu (elutriation), corresponding to different
     synchronization methods. For details on experimental procedures
     and analysis, refer to Spellman et al. (1998) (in <URL: ../doc>)
     and the Yeast Cell Cycle Analysis Project website (<URL:
     http://genome-www.stanford.edu/cellcycle/>).  The 'exprSet'
     instance 'yeastCC' was derived from the file "combined.txt" on the
     website. The ORF names for the 800 cell cycle regulated genes are
     stored in 'orf800'.

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

     The raw data (images, TIFF) and processed data "combine.txt" used
     to create the 'exprSet' instance 'yeastCC' are available from the
     Yeast Cell Cycle Analysis Project website (<URL:
     http://genome-www.stanford.edu/cellcycle/>).  Gene annotation
     information is available from the Saccharomyces Genome Database
     (SGD, <URL:
     http://genome-www.stanford.edu/Saccharomyces/gene_list.shtml>).
     The script "createYeastCC.R" for generating the 'yeastCC' package
     is available in  <URL: ../doc>.

     Note that 'spYCCES' is an 'ExpressionSet' instance with the same
     data and slightly different phenodata annotation.

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

     Spellman et al. (1998). Comprehensive Identification of Cell
     Cycle-regulated Genes of the Yeast Saccharomyces cerevisiae by
     Microarray Hybridization. _Molecular Biology of the Cell_, 9:
     3273-3297.

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

     data(yeastCC)
     yeastCC
     varLabels(yeastCC)
     pData(yeastCC)
     description(yeastCC)
     abstract(yeastCC)
     featureNames(yeastCC)[1:10]
     dim(exprs(yeastCC))

