df_complex_conditions | R Documentation |
A fictional biological dataset with a complex experimental design
df_complex_conditions
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.
dim(df_complex_conditions)
head(df_complex_conditions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.