toy_data_df: Simulated time-series gene expression data

Description Usage Format Value Author(s) References Examples

Description

This data set contains a toy example of time-series gene expression data.

Usage

1

Format

A data frame with 91 rows and 6 columns. The columns correspond to different time points, while the rownames of the data frame correspond to gene names.

Value

toy data

Author(s)

Monica Golumbeanu, monica.golumbeanu@bsse.ethz.ch

References

Golumbeanu M, Desfarges S, Hernandez C, Quadroni M, Rato S, Mohammadi P, Telenti A, Beerenwinkel N, Ciuffi A. (2017) Dynamics of Proteo-Transcriptomic Response to HIV-1 Infection.

Examples

1
2
3
4
5
# Load the toy time series data provided with the TMixClust package
data("toy_data_df")

# Print the first lines of the toy data frame
head(toy_data_df)

TMixClust documentation built on Nov. 8, 2020, 8:13 p.m.