Cartesian product of sample factors to a plate
add_samples_c(
plate,
n_rep,
time = NA,
conc = NA,
factor = NA,
dosage = NA,
prefix = "S"
)PlateObj
PlateObj
number of samples to be added
A vector representing time points
A vector representing concentration
A vector representing factor
A vector representing dosage
A prefix to be added before samples names. Default is "S"
This function is a variation of `add_samples()` where size of inputs does not matter. The function will automatically create a combination of all sample names with time, concentration and factor. final name will be of form. Prefix-SampleName-Time-Concentration-Factor