Description Usage Format Source References Examples
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.
1 |
A data frame whose rows are the 3000 genes and whose two columns are gene name and cluster membership number.
http://web.wi.mit.edu/young/environment
Causton, H. C. et al. 2001 “Remodeling of Yeast Genome Expression in Response to Environmental Changes.” Molecular Biology of the Cell 12, 323–337.
1 2 3 4 | data(mRNAclusters)
## Compute the adjacency matrix for the corresponding cluster graph:
mRNAMat<-clust2Mat(mRNAclusters[,2])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.