Description Usage Arguments Value Examples
Put GIA measurements into a dplyr format
1 |
data |
data frame of GIA measurements
|
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.