Create a standard curve model for a certain analyte
create_standard_curve_model_analyte(
plate,
analyte_name,
data_type = "Median",
source_mfi_range_from_all_analytes = FALSE,
detect_high_dose_hook = TRUE,
...
)
(Model()
) Standard Curve model
(Plate()
)
Object of the Plate class
(character(1)
)
Name of the analyte for which we want to create the model
(character(1)
)
Data type of the value we want to use to fit the model - the same datatype as in the plate file. By default, it equals to Median
(logical(1)
)
If TRUE
, the MFI range is calculated from all analytes; if FALSE
, the MFI range is calculated only for the current analyte
Defaults to FALSE
(logical(1)
) If TRUE
, the high dose hook effect is detected and handled.
For more information, please see the handle_high_dose_hook function documentation.
Additional arguments passed to the model
Standard curve samples should not contain na
values in mfi values nor in dilutions.