A function to add QCs to plate. This function assumes adherence to ICH guideline M10 on bioanalytical method validation and study sample analysis Geneva, Switzerland (2022). If you are not following this guideline, you can set `reg = TRUE` to ignore the restrictions.
add_QC(
plate,
lqc_conc,
mqc_conc,
hqc_conc,
extra = NULL,
n_qc = 3,
qc_serial = TRUE,
reg = TRUE
)PlateObj
PlateObj object
low quality control concentration
medium quality control concentration
high quality control concentration
numeric vector of extra QC concentrations. Default is NULL.
number of QC sets. Default is 3
logical. If TRUE, QCs are placed serially
logical. Indicates if restrictions should not be applied to the QC samples. Default is TRUE