# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,Plate)
S3method(predict,Model)
S3method(summary,Plate)
export(PlateBuilder)
export(create_standard_curve_model_analyte)
export(generate_levey_jennings_report)
export(generate_plate_report)
export(get_nmfi)
export(is_valid_data_type)
export(is_valid_sample_type)
export(merge_plate_outputs)
export(plot_counts)
export(plot_layout)
export(plot_levey_jennings)
export(plot_mfi_for_analyte)
export(plot_standard_curve_analyte)
export(plot_standard_curve_analyte_with_model)
export(plot_standard_curve_stacked)
export(process_dir)
export(process_file)
export(process_plate)
export(read_layout_data)
export(read_luminex_data)
export(read_xponent_format)
export(translate_sample_names_to_sample_types)
import(R6)
import(dplyr)
import(fs)
import(ggplot2)
import(ggrepel)
import(grid)
import(lubridate)
import(nplr)
import(png)
import(readxl)
import(rlang)
import(stringi)
import(stringr)
import(svglite)
import(utils)
importFrom(R.utils,isAbsolutePath)
importFrom(R6,R6Class)
importFrom(fs,file_exists)
importFrom(fs,path_abs)
importFrom(grDevices,dev.size)
importFrom(stats,IQR)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stringr,str_split)
