Gets precision-recall objects for a given parameter.
get_pr_object.Rd
This function takes a data table of evaluation parameters and returns precision-recall curves for each term and an aggregate precision-recall curve.
Usage
get_pr_object(
evaldata_params,
col_param = "description",
col_truth = "isDE",
col_score = "p.adj"
)