Cartesian product of sample factors to a plate
Usage
add_samples_c(
plate,
n_rep,
time = NA,
conc = NA,
factor = NA,
dosage = NA,
prefix = "S"
)
Arguments
- plate
PlateObj
- n_rep
number of samples to be added
- time
A vector representing time points
- conc
A vector representing concentration
- factor
A vector representing factor
- dosage
A vector representing dosage
- prefix
A prefix to be added before samples names. Default is "S"
Details
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