toy_data_df {TMixClust} | R Documentation |
This data set contains a toy example of time-series gene expression data.
toy_data_df
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.
toy data
Monica Golumbeanu, monica.golumbeanu@bsse.ethz.ch
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.
# 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)