df_complex_conditions {ggupset} | R Documentation |
A fictional biological dataset with a complex experimental design
Description
A fictional biological dataset with a complex experimental design
Usage
df_complex_conditions
Format
a data frame with 360 rows and 4 variables
KO. Boolean value if the sample had a knock out.
DrugA. character vector with "Yes" and "No" elements indicating if the sample was treated with drug A.
Timepoint. Numeric vector with elements 8, 24, and 48 indicating the time of measurement since the beginning of the experiment.
response. Numeric vector with the response of the sample to the treatment conditions. Could for example be the concentration of a metabolite.
Examples
dim(df_complex_conditions)
head(df_complex_conditions)
[Package ggupset version 0.4.0 Index]