Yeast Regulatory Genes
YeastGenes.Rd
Number of genes regulated by 109 yeast regulatory genes.
Format
A data frame with 6 observations on the following 2 variables.
- genes.controlled
a numeric vector
- count
a numeric vector
Source
Guelzim, N., S. Bottani, P. Bourgine and F. Képès. 2002. Topological and causal structure of the yeast transcriptional regulatory network. Nature Genetics 31: 60-63.
Examples
str(YeastGenes)
#> 'data.frame': 6 obs. of 2 variables:
#> $ genes.controlled: int 1 2 3 4 5 6
#> $ count : int 72 18 10 5 1 3
barchart(count ~ genes.controlled , origin=0, YeastGenes, horizontal=FALSE)