add_samples_c {PKbioanalysis}R Documentation

Cartesian product of sample factors to a plate

Description

Cartesian product of sample factors to a plate

Usage

add_samples_c(plate, samples, time = NA, conc = NA, factor = NA, prefix = "S")

Arguments

plate

PlateObj

samples

A vector representing samples names

time

A vector representing time points

conc

A vector representing concentration

factor

A vector representing factor

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

Value

PlateObj


[Package PKbioanalysis version 0.2.0 Index]