superroot2 | R Documentation |
Gene expression levels from two-color dye-swap experiment on 6 microarrays. Arrays 1 and 2 represent the first biological sample (ie, the first dye swap), 3 and 4 the second, and arrays 5 and 6 the third.
A data frame with 258000 observations on the following 5 variables.
a factor with levels green
red
representing the dye used for the gene expression
a
factor with levels 1
2
3
4
5
6
corresponding to the 6 arrays
a factor with 21500 levels representing the genes on the arrays
a factor
with levels rnt
wt
for the two types of plants: runts and wild
type
a numeric vector with the gene expression level (normalized but not log transformed)
Data provided by Soren Bak <bak@life.ku.dk>.
Added by Claus
Ekstrom <ekstrom@sund.ku.dk>
Morant, M. et al. (2010). Metabolomic, Transcriptional, Hormonal and Signaling Cross-Talk in Superroot2. Molecular Plant. 3, p.192–211.
data(superroot2)
# Select one gene
g1 <- superroot2[superroot2$gene=="AT2G24000.1",]
model <- lm(log(signal) ~ plant + color + array, data=g1)
summary(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.