df_complex_conditions: A fictional biological dataset with a complex experimental...

df_complex_conditionsR 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)


ggupset documentation built on June 24, 2024, 5:08 p.m.