Learn R Programming

ORdensity (version 1.0)

simexpr: Simulated data with differentially expressed (DE) genes

Description

Simulated data with 1000 genes measured under two different experimental conditions 1 and 2. 100 genes among the 1000 were generated as differentially expressed (DE) genes. The expression levels of all no DE genes were generated by \(N(0,1)\) distribution in both conditions 1 and 2. The DE genes were generated using the \(N(0,1)\) and \(N(\mu_g,1)\) distributions for conditions 1 and 2, respectively, with \(|\mu_g|=\Delta\). Parameter \(\Delta\) sets the importance of gene g, where the bigger \(\Delta\) is, the more important gene g is. We considered \(\Delta\) in \(\{1.5, 2, 3\}\). Each row \(g\) in simexpr corresponds to a simulated gene.

Usage

simexpr

Arguments

Format

A dataframe with 1000 rows and 62 variables:

DEgen

It indicates whether gene g is DE or not.

gap

It contains \(\Delta\) values.

A1-A30

These columns have the expression levels under experimental condition 1.

B1-B30

These columns have the expression levels under experimental condition 2.