Generates a ROC curve for AMR phenotype prediction results.
plotROC(test_data_plus_predictions)A tibble of test data with prediction
columns (e.g. the output of predictML() or runMLmodels(return_pred=TRUE)),
or a path to a TSV file containing the same.
A ROC curve plotted using ggplot2::autoplot().