Description Usage Format Source Examples
Number of genes regulated by 109 regulatory genes of Saccharomyces cerevisiae.
1 |
A data frame with 26 observations on the following 2 variables.
genes.regulated
a numeric vector
count
a numeric vector
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.
1 2 3 | data(GeneRegulation)
str(GeneRegulation)
xyplot(count ~ genes.regulated, GeneRegulation, type='h', lwd=3)
|
Loading required package: nlme
Loading required package: lattice
Loading required package: grid
Loading required package: mosaic
Registered S3 method overwritten by 'mosaic':
method from
fortify.SpatialPolygonsDataFrame ggplot2
The 'mosaic' package masks several functions from core packages in order to add
additional features. The original behavior of these functions should not be affected by this.
Attaching package: ‘mosaic’
The following objects are masked from ‘package:dplyr’:
count, do, tally
The following object is masked from ‘package:Matrix’:
mean
The following object is masked from ‘package:ggplot2’:
stat
The following objects are masked from ‘package:stats’:
binom.test, cor, cor.test, cov, fivenum, IQR, median, prop.test,
quantile, sd, t.test, var
The following objects are masked from ‘package:base’:
max, mean, min, prod, range, sample, sum
'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 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.