# Generated by roxygen2: do not edit by hand

export(add_concentration)
export(add_treatment)
export(apply_sign_test)
export(apply_validation_method)
export(ask_concentration_list)
export(ask_experiment_list)
export(ask_group_list)
export(ask_treatment_list)
export(calculate_growth_performance)
export(calculate_percentage_change)
export(check_monotonicity)
export(check_well_positions)
export(generate_concentration_list)
export(generate_experiment_list)
export(generate_group_list)
export(generate_treatment_list)
export(match_concentration)
export(match_treatment)
export(plot_growth_performance)
export(read_plate)
export(read_plates)
export(subtract_T0)
export(summarize_growth_performance)
export(tidy_plates)
export(tidy_plates_via_params)
export(tidy_plates_via_prompts)
export(tidy_single_plate)
export(update_validity)
export(validate_cells)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggh4x,facet_nested)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggthemes,theme_base)
importFrom(grDevices,gray.colors)
importFrom(grid,unit)
importFrom(magrittr,"%>%")
importFrom(purrr,map_lgl)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,ensyms)
importFrom(rlang,sym)
importFrom(rstatix,add_significance)
importFrom(rstatix,adjust_pvalue)
importFrom(rstatix,sign_test)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(stringr,str_extract)
importFrom(tibble,tibble)
importFrom(tools,file_path_sans_ext)
importFrom(utils,read.table)
importFrom(vctrs,list_drop_empty)
