Skip to contents

An example dataset with ordinal spot scores (0 = no growth … 4 = full growth) for treated and untreated wild-type and mutant yeast across a peroxide gradient.

Usage

data(yeast_df)

Format

A data frame with 132 rows and 4 variables:

score

Ordered factor 0 < 1 < 2 < 3 < 4

conc

Numeric concentration units

strain

Factor: "WT" or "Mut"

treatment

Factor: "None" or "Salt"

Examples

data(yeast_df)
head(yeast_df)
#>   strain treatment conc score
#> 1     WT      None  0.0     4
#> 2    Mut      None  0.0     4
#> 3     WT      Salt  0.0     4
#> 4    Mut      Salt  0.0     4
#> 5     WT      None  0.4     4
#> 6    Mut      None  0.4     3