cellcycle              package:GraphAT              R Documentation

_C_e_l_l-_C_y_c_l_e _C_l_u_s_t_e_r _M_a_t_r_i_x

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

     An adjacency matrix in which

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

     data(ccCM)

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

     'ccCM' is a symmetric matrix with 2885 columns and 2885 rows.

     'nNamescc' is a vector of 2885 gene names.

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

     Cho, et al. discuss the k means clustering of 2885 Saccharomyces
     genes into 30 clusters with measurements taken over two
     synchronized cell cycles.  'nNamescc' is a vector of the 2885 gene
     names.  'ccCM' is an adjacency matrix in which a "1" in the ith
     row and jth column indicates that gene i and gene j belong to the
     same cluster.  All other entries are 0.  These data are integrated
     with phenotypic data and GO data in Balasubramanian, et al (2004).

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

     Balasubramanian R, LaFramboise T, Scholtens D, Gentleman R. (2004)
     A graph theoretic approach to integromics - integrating disparate
     sources of functional genomics data

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

     Cho, et al. (1998) A genome-wide transcriptional analysis of the
     mitotic cell cycle.  Molecular Cell, 2, 65-73.

     Tavazoie, et al. (1999) Systematic determination of genetic
     network architecture. Nature Genetics, 22, 281-285.

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

     data(ccCM)

