Helper function to process bioplex data
Examples
your_raw_data <- system.file("extdata", "example_BioPlex_plate1.xlsx", package = "SeroTrackR")
df <- .read_luminex_file(your_raw_data)
results <- .clean_bioplex(df)
Helper function to process bioplex data
your_raw_data <- system.file("extdata", "example_BioPlex_plate1.xlsx", package = "SeroTrackR")
df <- .read_luminex_file(your_raw_data)
results <- .clean_bioplex(df)