mRNAclusters             package:GraphAT             R Documentation

_Y_e_a_s_t _m_R_N_A _E_x_p_r_e_s_s_i_o_n _D_a_t_a _C_l_u_s_t_e_r _M_e_m_b_e_r_s_h_i_p_s

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

     This data set contains cluster membership for yeast genes
     clustered using mRNA expression from a microarray experiment in
     Causton, et al. Molecular Biology of the Cell (2001). The 3000
     most variable genes were clustered using k-means with 30 clusters.

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

     data(mRNAclusters)

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

     A data frame whose rows are the 3000 genes and whose two columns
     are gene name and cluster membership number.

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

     <URL: http://web.wi.mit.edu/young/environment>

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

     Causton, H. C. et al. 2001 ``Remodeling of Yeast Genome Expression
     in Response to Environmental Changes.'' Molecular Biology of the
     Cell *12*, 323-337.

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

     data(mRNAclusters)

     ## Compute the adjacency matrix for the corresponding cluster graph:
     mRNAMat<-clust2Mat(mRNAclusters[,2])

