# Generated by roxygen2: do not edit by hand

S3method(add_fpauc_concave_lower_bound,"NULL")
S3method(add_fpauc_concave_lower_bound,data.frame)
S3method(add_fpauc_concave_lower_bound,ratio_df)
S3method(add_fpauc_partially_proper_lower_bound,"NULL")
S3method(add_fpauc_partially_proper_lower_bound,data.frame)
S3method(add_fpauc_partially_proper_lower_bound,ratio_df)
S3method(add_npauc_lower_bound,"NULL")
S3method(add_npauc_lower_bound,data.frame)
S3method(add_npauc_lower_bound,ratio_df)
S3method(add_npauc_normalized_lower_bound,"NULL")
S3method(add_npauc_normalized_lower_bound,data.frame)
S3method(add_npauc_normalized_lower_bound,ratio_df)
S3method(add_partial_roc_curve,"NULL")
S3method(add_partial_roc_curve,data.frame)
S3method(add_partial_roc_curve,ratio_df)
S3method(add_partial_roc_points,"NULL")
S3method(add_partial_roc_points,data.frame)
S3method(add_partial_roc_points,ratio_df)
S3method(add_roc_curve,"NULL")
S3method(add_roc_curve,data.frame)
S3method(add_roc_curve,ratio_df)
S3method(add_roc_points,"NULL")
S3method(add_roc_points,data.frame)
S3method(add_roc_points,ratio_df)
S3method(add_spauc_lower_bound,"NULL")
S3method(add_spauc_lower_bound,data.frame)
S3method(add_spauc_lower_bound,ratio_df)
S3method(add_tpauc_concave_lower_bound,"NULL")
S3method(add_tpauc_concave_lower_bound,data.frame)
S3method(add_tpauc_concave_lower_bound,ratio_df)
S3method(add_tpauc_partially_proper_lower_bound,"NULL")
S3method(add_tpauc_partially_proper_lower_bound,data.frame)
S3method(add_tpauc_partially_proper_lower_bound,ratio_df)
S3method(add_tpauc_under_chance_lower_bound,"NULL")
S3method(add_tpauc_under_chance_lower_bound,data.frame)
S3method(add_tpauc_under_chance_lower_bound,ratio_df)
S3method(auc,"NULL")
S3method(auc,data.frame)
S3method(auc,ratio_df)
S3method(calc_categories,character)
S3method(calc_categories,factor)
S3method(calc_categories,integer)
S3method(calc_partial_roc_points,"NULL")
S3method(calc_partial_roc_points,data.frame)
S3method(calc_partial_roc_points,ratio_df)
S3method(fp_auc,"NULL")
S3method(fp_auc,data.frame)
S3method(fp_auc,ratio_df)
S3method(np_auc,"NULL")
S3method(np_auc,data.frame)
S3method(np_auc,ratio_df)
S3method(plot_roc_curve,"NULL")
S3method(plot_roc_curve,data.frame)
S3method(plot_roc_curve,ratio_df)
S3method(plot_roc_points,"NULL")
S3method(plot_roc_points,data.frame)
S3method(plot_roc_points,ratio_df)
S3method(select_condition,character)
S3method(select_condition,factor)
S3method(select_condition,integer)
S3method(sp_auc,"NULL")
S3method(sp_auc,data.frame)
S3method(sp_auc,ratio_df)
S3method(tp_auc,"NULL")
S3method(tp_auc,data.frame)
S3method(tp_auc,ratio_df)
S3method(transform_response,character)
S3method(transform_response,factor)
S3method(transform_response,integer)
export("%>%")
export(add_chance_line)
export(add_fpauc_concave_lower_bound)
export(add_fpauc_lower_bound)
export(add_fpauc_partially_proper_lower_bound)
export(add_fpr_threshold_line)
export(add_npauc_lower_bound)
export(add_npauc_normalized_lower_bound)
export(add_partial_roc_curve)
export(add_partial_roc_points)
export(add_roc_curve)
export(add_roc_points)
export(add_spauc_lower_bound)
export(add_threshold_line)
export(add_tpauc_concave_lower_bound)
export(add_tpauc_lower_bound)
export(add_tpauc_partially_proper_lower_bound)
export(add_tpauc_under_chance_lower_bound)
export(add_tpr_threshold_line)
export(auc)
export(calc_curve_shape)
export(calc_partial_roc_points)
export(cp_auc)
export(fp_auc)
export(hide_legend)
export(ncp_auc)
export(np_auc)
export(pauc)
export(plot_partial_roc_curve)
export(plot_partial_roc_points)
export(plot_roc_curve)
export(plot_roc_points)
export(roc_points)
export(sp_auc)
export(summarize_dataset)
export(summarize_predictor)
export(tp_auc)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(cli,cli_inform)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(cli,cli_warn)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarize)
importFrom(dplyr,where)
importFrom(forcats,fct)
importFrom(forcats,fct_collapse)
importFrom(forcats,fct_relevel)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(rlang,as_name)
importFrom(rlang,call_args)
importFrom(rlang,enquo)
importFrom(rlang,quo_is_call)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(stringr,str_c)
importFrom(stringr,str_glue)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
