fortify_gia_data: Put GIA measurements into a dplyr format

Description Usage Arguments Value Examples

View source: R/fortify.R

Description

Put GIA measurements into a dplyr format

Usage

1

Arguments

data

data frame of GIA measurements

well

one of "IRBC", "uRBC", "RPMI", or "comb"

dose_A

dose of A in mg/mL

dose_B

dose of B in mg/mL

exp(X)(Y)rep(Z)

where X = 1 or 2, Y = a or b, and Z = 1, 2, or 3

Value

long data frame with columns well, dose_A, dose_B, plate, exp_num (experiment number), plate (a or b), rep_num (repetition number), gia_mean, and average iRBC and uRBC

Examples

1
2
3
4
5
df <- loewesadditivity::rh5_ama1ron2
df$dose_A <- df$RH5
df$dose_B <- df$AMA1RON2
fortified_df <- fortify_gia_data(df)
head(fortified_df)

skgallagher/loewesadditivity documentation built on April 6, 2021, 1:49 a.m.