Phenoclusters: Yeast Gene-Knockout Fitness Data Cluster Memberships

Description Usage Format Source References Examples

Description

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

Usage

1

Format

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

Source

http://gobi.lbl.gov/YeastFitnessData

References

Giaever, G. et al. 2002 “Functional profiling of the Saccharomyces cerevisiae genome.” Nature 418, 387–391.

Examples

1
2
3
4
data(Phenoclusters)

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

GraphAT documentation built on Nov. 8, 2020, 5:01 p.m.