long_data: Data from a longer time series (10 time points)

Description Usage Format References Examples

Description

Averaged raw count data of miRNAs (105) and mRNAs (1041). Time based differential expression was performed with DESeq2 (using LTR method). Differentially expressed genes were filtered from average raw counts. miRNA and mRNA data was combined into one dataframe. This is only example data used in section 5 of the vignette.

Usage

1
data("long_data")

Format

A data frame with 1146 observations on the following 10 variables.

H0.Counts

a numeric vector of Raw counts at 0 hours.

H1.Counts

a numeric vector of Raw counts at 1 hours.

H2.Counts

a numeric vector of Raw counts at 2 hours.

H3.Counts

a numeric vector of Raw counts at 3 hours.

H4.Counts

a numeric vector of Raw counts at 4 hours.

H5.Counts

a numeric vector of Raw counts at 5 hours.

H6.Counts

a numeric vector of Raw counts at 6 hours.

H8.Counts

a numeric vector of Raw counts at 8 hours.

H12.Counts

a numeric vector of Raw counts at 12 hours.

H24.Counts

a numeric vector of Raw counts at 24 hours.

References

Baran-Gale J, Purvis JE, Sethupathy P. An integrative transcriptomics approach identifies miR-503 as a candidate master regulator of the estrogen response in MCF-7 breast cancer cells. RNA 2016 Oct;22(10):1592-603. PMID: 27539783

Examples

1
2
3
data(long_data)
miRNA <- long_data[c(1:105),]
mRNA <- long_data[-c(1:105),]

TimiRGeN documentation built on April 17, 2021, 6:03 p.m.