rna.polya: Menet et al. RNA-Seq Data

Description Format Details Source Examples

Description

Quantification of circadian transcriptional activity in mouse liver.

Format

a data frame with poly(A)+ RNA-seq data

Details

The poly(A)+-seq data represent mature mRNA abundances. Raw data was collected from the supplementary material of the original publication cited below. In that study, samples were collected at 6 different times of day in two biological replicates (fields ZT* in the data frame). The field 'mgi_symbol' refers to MGI gene names.

Source

Jerome S Menet, Joseph Rodriguez, Katharine C Abruzzi, Michael Rosbash. Nascent-Seq reveals novel features of mouse circadian transcriptional regulation. eLife 1:e00011 (2012).

Examples

1
2
3
data(rna.polya)
polya.t <- seq(0, 44, 4)
plot(polya.t, rna.polya["Arntl", -1], type="b")

HarmonicRegression documentation built on May 1, 2019, 6:50 p.m.