powered by
Load longitudinal seroresponse parameters
as_sr_params(data, antigen_isos = NULL)
a curve_data object (a tibble::tbl_df with extra attribute antigen_isos)
curve_data
antigen_isos
a data.frame() or tibble::tbl_df
data.frame()
a character() vector of antigen isotypes to be used in analyses
character()
library(magrittr) curve_data <- serocalculator_example("example_curve_params.csv") %>% read.csv() %>% as_curve_params() print(curve_data)
Run the code above in your browser using DataLab