read_lum_csv()
reads in a csv with raw Luminex results from a single
antigen bead assay, together with its associated lot file from Immucor, and
returns all the information therein in a single data frame.
Arguments
- csv_filepath
A character path to the csv file.
- lots_path
A character path to the folder that stores the lot-specific file (
.eds
) for the kit that was used to run the single antigen bead assay. If the folder contains multiple lot files, the right one is read in automatically (based on the header of the csv file).