exampleData {IsoGene} | R Documentation |
This dose-response microarray data contains 1000 genes and 4 doses (one control dose (zero dose) and three increasing dose) with 3 arrays at each dose level.
data(exampleData)
A data frame with 1000 observations on the following 12 variables.
X1
X1.1
X1.2
X2
X2.1
X2.2
X3
X3.1
X3.2
X4
X4.1
X4.2
Testing for Trend in Dose-Response Microarray Experiments: a Comparison of Testing Procedures, Multiplicity, and Resampling-Based Inference, Lin et al. 2007, Stat. App. in Gen. & Mol. Bio., 6(1), article 26.
data(exampleData) x <- c(rep(1,3),rep(2,3),rep(3,3),rep(4,3)) gene1 <- as.numeric(exampleData[1,]) IsoPlot(x, gene1)