Gets ROC objects for a given parameter.
get_roc_object.Rd
This function takes a data table of evaluation parameters and returns ROC curves for each term and an aggregate ROC curve along with corresponding AUC values.
Usage
get_roc_object(
evaldata_params,
col_param = "description",
col_truth = "isDE",
col_score = "p.adj"
)