# Generated by roxygen2: do not edit by hand

export(CalibraCurve)
export(assemble_results)
export(calcRF)
export(calc_single_curve)
export(calculate_FLR)
export(calculate_PLR)
export(cleanData)
export(plotCalibraCurve)
export(plotResponseFactors)
export(predictConcentration)
export(readDataSE)
export(readDataTable)
export(readMultipleTables)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(checkmate,assertCharacter)
importFrom(checkmate,assertChoice)
importFrom(checkmate,assertFlag)
importFrom(checkmate,assertNumeric)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_choice)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_file_exists)
importFrom(checkmate,assert_flag)
importFrom(checkmate,assert_int)
importFrom(checkmate,assert_numeric)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(openxlsx,read.xlsx)
importFrom(openxlsx,write.xlsx)
importFrom(scales,comma)
importFrom(scales,label_comma)
importFrom(stats,aggregate)
importFrom(stats,coefficients)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(tidyr,last_col)
importFrom(tidyr,pivot_longer)
importFrom(tools,file_ext)
importFrom(utils,read.table)
