GeneRegulation: Gene Regulation in Saccharomyces

Description Usage Format Source Examples

Description

Number of genes regulated by 109 regulatory genes of Saccharomyces cerevisiae.

Usage

1

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

1
2
3
data(GeneRegulation)
str(GeneRegulation)
xyplot(count ~ genes.regulated, GeneRegulation, type='h', lwd=3)

Example output

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:mosaicThe following objects are masked frompackage:dplyr:

    count, do, tally

The following object is masked frompackage:Matrix:

    mean

The following object is masked frompackage:ggplot2:

    stat

The following objects are masked frompackage:stats:

    binom.test, cor, cor.test, cov, fivenum, IQR, median, prop.test,
    quantile, sd, t.test, var

The following objects are masked frompackage: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 ...

abd documentation built on May 2, 2019, 4:46 p.m.