
Helper function to process luminex sections
Source:R/readSeroData.R
dot-extract_luminex_sections.RdHelper function to process luminex sections
Examples
your_raw_data <- system.file("extdata", "example_MAGPIX_plate1.csv", package = "SeroTrackR")
df <- .read_luminex_file(your_raw_data)
cfg <- .magpix_version_config("4.2")
section <- .extract_luminex_sections(df, cfg, "magpix")