- expanded_sample_sheet
The sample sheet expanded to include all spots that are represented, expanding the short-hand entries for Position/Block/Channel
- sample_info
The expanded sample sheet with only the rows that are to be fit
- sample_info_fits
The sample_info without rows that have encountered errors in initial processing
- Time
The dataframe whose columns are the Time values for the input titration data. This only includes columns selected for analysis.
- RU
The dataframe whose columns are the RU values for the input titration data. Only the columns for the samples to be analyzed are included
- correctedRU
The RU dataframe after baseline correction
- keep_concentrations
A vector containing the indices of the columns from Time and correctedRU to be used in curve fitting
- all_concentrations_values
A vector containing the concentration values corresponding to the columns of the Time and RU dataframes
- incl_concentrations_values
A vector containing the concentration values corresponding to the Time and correctedRU columns chosen for curve fitting
- n_time_points
The maximum length of titration time series
- max_RU_tol
The maximum RU for dissociation window trimming to be automated
- min_RU_tol
The minimum RU for dissociation window trimming to be automated
- min_RU_tol
The minimum RU for dissociation window trimming to be automated
- nwells
The number of rows in the sample_info dataframe
- n_fit_wells
The number of rows in the sample_info_fits dataframe
- ftol
The ftol parameter passed to the nls.lm function
- ptol
The ptol parameter passed to the nls.lm function
- ptol
The ptol parameter passed to the nls.lm function
- output_pdf
The full pathname for the output pdf file
- output_csv
The full pathname for the output csv file
- error_pdf
The full pathname for the pdf error file. This is where errors in processing can be found.
- error_idx_concentrations
If there is an issue in determining the concentration window for some spots, they will be logged here