| 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.
X1X1.1X1.2X2X2.1X2.2X3X3.1X3.2X4X4.1X4.2Testing 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)