Create a template folder for flow cytometry experiments

new_exp(path = NULL, name = NULL, date_prefix = T)

Arguments

path

path to the parent directory where the experiment folder is to be initiated

name

name of the experiment folder

date_prefix

logical if the folder name should be prefixed with the current date

Value

No return value. Instead a folder with template files is written to disk.

Examples

if (FALSE) {
new_exp(path = '/Users/CMS/Documents/experiments', name = 'CD3_titration')
}