Create Injection Sequence
build_injec_seq(
plate,
method,
repeat_std = 1,
repeat_qc = 1,
repeat_analyte = 1,
blank_after_top_conc = TRUE,
blank_at_end = TRUE,
system_suitability = 0,
blank_every_n = NULL,
inject_vol,
descr = "",
prefix = Sys.Date(),
suffix = "1",
tray = 1,
explore_mode = FALSE,
conc_df = NULL
)InjecListObj object
PlateObj object
choose method from database
number of re-injections for calibration standards. Default is 1.
number of re-injections for QC wells. Default is 1
number of re-injections for unknown samples. Default is 1
If TRUE, adding blank after high concentrations of standards and QCS.
If True, adding blank at the end of queue.
Number of re-injections for suitability vial.
If no QCs, frequency of injecting blanks between analytes.
volume of injection in micro liters.
Run description.
string at the beginning of the filename. Default is today's date.
string to be added to the end of the filename. Default is "1".
Location in sample manager.
options either TRUE or FALSE. Default if FALSE.
data.frame matching compound name to a scaling factor. Maximum 20 compounds allowed.
explore_mode controls if exploratory samples are to be injected. A random sample from each CS and QC group will be sampled along with 1 blank sample.