arth800line {G1DBN}R Documentation

Arabidopsis Thaliana temporal gene expression data

Description

This data set describes the temporal expression of 800 genes of A. thaliana during the diurnal cycle. The data are in line, that is 2 repeated measurements time series are displayed one after the other, separated by a NA value. The 800 genes are a subset of the data presented in Smith et al. (2004) selected for periodicity according to the method implemented in the R package GeneCycle (http://strimmerlab.org/software/genecycle/>).

Usage

data(arth800line)

Format

matrix with 800 columns (=genes) and 23 rows (rows 1 to 11 for the first measumement time series, row 12 is NA and rows 13 to 23 for the second experiment time series).

Author(s)

Lebre Sophie (http://stat.genopole.cnrs.fr/~slebre).

Source

The microarray experiments were performed in the laboratory of S. Smith (Edinburgh). The data are available from the NASCArrays database (http://affymetrix.arabidopsis.info/ under experiment reference number NASCARRAYS-60.

References

Smith et al. 2004. Diurnal changes in the transcriptom encoding enzymes of starch metabolism provide evidence for both transcriptional and posttranscriptional regulation of starch metabolism in Arabidopsis leaves. Plant Physiol. 136: 2687-2699.

Examples

   # load G1DBN library
   library(G1DBN)

   # load data set
   data(arth800line)

   # plot first ten time series
   plot(1:23,arth800line[,1],type="l",ylim=c(5,12))
   for (i in 2:10)lines(1:23,arth800line[,i,],col=i)


[Package G1DBN version 1.01 Index]