Learn R Programming

maSigPro (version 1.44.0)

edesign.OD: Experimental design with a measured independent variable

Description

edesign.OD contains the experimental design of a E.coli growth time course microarray experiment with a temperature shift treatment. The OD of each culture was measured and used in the experimental design as independent variable.

Usage

data(edesign.OD)

Arguments

Format

A data frame with 52 rows and the following 4 variables.
OD
a numeric vector. Indicates the OD value of the sampled culture
Replicate
a numeric vector
37
a numeric vector. No temperature shitf treatment
SHIFT
a numeric vector. Temperature shift treatment

Examples

Run this code
data(edesign.OD)
## maybe str(edesign.OD) ; plot(edesign.OD) ...

Run the code above in your browser using DataLab