powered by
Load noise parameters
load_noise_params(file_path, antigen_isos = NULL)
a noise object (a tibble::tbl_df
noise
with extra attribute antigen_isos)
antigen_isos
path to an RDS file containing biologic and measurement noise of antibody decay curve parameters y.low, eps, nu, and y.high, stored as a data.frame() or tibble::tbl_df
y.low
eps
nu
y.high
data.frame()
character() vector of antigen isotypes to be used in analyses
character()
noise <- load_noise_params(serocalculator_example("example_noise_params.rds")) print(noise)
Run the code above in your browser using DataLab