Gene Regulation in Saccharomyces
GeneRegulation.Rd
Number of genes regulated by 109 regulatory genes of Saccharomyces cerevisiae.
Format
A data frame with 26 observations on the following 2 variables.
- genes.regulated
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(GeneRegulation)
#> 'data.frame': 26 obs. of 2 variables:
#> $ genes.regulated: int 1 2 3 4 5 6 7 8 9 10 ...
#> $ count : int 20 10 7 7 8 8 5 2 4 4 ...
xyplot(count ~ genes.regulated, GeneRegulation, type='h', lwd=3)