Description Usage Format Source References Examples
This data set contains cluster memberships for yeast genes clustered using fitness deficiency scores from gene knockout experiments from Giaever et al. Nature (2002). The 3000 most variable genes were clustered using k-means with 30 clusters
1 |
A matrix whose rows are the 3000 genes and whose two columns are gene name and cluster membership number.
http://gobi.lbl.gov/YeastFitnessData
Giaever, G. et al. 2002 “Functional profiling of the Saccharomyces cerevisiae genome.” Nature 418, 387–391.
1 2 3 4 | data(Phenoclusters)
## Compute the adjacency matrix for the corresponding cluster graph:
phenoMat<-clust2Mat(Phenoclusters[,2])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.