Skip to contents

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.

Usage

read_lum_csv(csv_filepath, lots_path)

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).

Value

A data frame with (a selection of) the contents from the .csv and .eds file. Its contents match the table that would be produced by loading these files into Immucor's MATCH IT!® Antibody Analysis Software.

Examples

if (FALSE) { # \dontrun{
dat <- read_lum_csv("~/LSA1-001.csv", "~/lot_files/")
} # }