- date
optional, character value indicating the start date of the measurements.
- instrument
optional, character value indicating the instrument initials.
- user
optional, character value indicating the user name.
- measurement_type
optional, character value indicating the measurement type of the
samples (e.g "DIA", "DDA", "library" etc.).
- experiment_name
optional, character value indicating the name of the experiment.
- digestion
optional, character vector indicating the digestion types used in this
experiment (e.g "LiP" and/or "tryptic control").
- treatment_type_1
optional, character vector indicating the name of the treatment.
- treatment_type_2
optional, character vector indicating the name of a second treatment
that was combined with the first treatment.
- treatment_dose_1
optional, numeric vector indicating the doses used for treatment 1.
These can be concentrations or times etc.
- treatment_dose_2
optional, numeric vector indicating the doses used for treatment 2.
These can be concentrations or times etc.
- treatment_unit_1
optional, character vector indicating the unit of the doses for
treatment 1 (e.g min, mM, etc.).
- treatment_unit_2
optional, character vector indicating the unit of the doses for
treatment 2 (e.g min, mM, etc.).
- n_replicates
optional, a numeric value indicating the number of replicates used per sample.
- number_runs
a logical that specifies if file names should be numbered from 1:n instead of
adding experiment information. Default is FALSE.
- organism
optional, character value indicating the name of the organism used.
- exclude_combinations
optional, list of lists that contains vectors of treatment types and
treatment doses of which combinations should be excluded from the final queue.
- inj_vol
a numeric value indicating the volume used for injection in microliter. Will be
NA
if not specified. Then it needs to be manually specified before the queue can be used.
- data_path
a character value indicating the file path where the MS raw data should be saved.
Backslashes should be escaped by another backslash. Will be NA
if not specified, but
needs to be specified later on then.
- method_path
a character value indicating the file path of the MS acquisition method.
Backslashes should be escaped by another backslash. Will be NA
if not specified, but
needs to be specified later on then.
- position_row
a character vector that contains row positions that can be used for the
samples (e.g c("A", "B")). If the number of specified rows and columns does not equal the total
number of samples, positions will be repeated.
- position_column
a character vector that contains column positions that can be used for the
samples (e.g 8). If the number of specified rows and columns does not equal the total number
of samples, positions will be repeated.
- blank_every_n
optional, numeric value that specifies in which intervals a blank sample
should be inserted.
- blank_position
a character value that specifies the plate position of the blank. Will be
NA
if not specified, but needs to be specified later on then.
- blank_method_path
a character value that specifies the file path of the MS acquisition
method of the blank. Backslashes should be escaped by another backslash. Will be NA
if
not specified, but needs to be specified later on then.
- blank_inj_vol
a numeric value that specifies the injection volume of the blank sample.
Will be NA
if not specified, but needs to be specified later on then.
- export
a logical value that specifies if the queue should be exported from R and saved
as a .csv file. Default is TRUE. Further options for export can be adjusted with the
export_to_queue
and queue_path
arguments.
- export_to_queue
a logical value that specifies if the resulting queue should be appended
to an already existing queue. If false result will be saved as queue.csv
.
- queue_path
optional, a character value that specifies the file path to a queue file to
which the generated queue should be appended if export_to_queue = TRUE
. If not specified
queue file can be chosen interactively.