powered by
The function `get_roc_curve` uses to plot the ROC curve for predicting immunotherapy response.
get_roc_curve(roc_data, print.auc = TRUE, main = "Objective Response")
A 2 X n data fram, which contain the immunotherapy response and risk score (generated by the function `get_risk_score`) for patients.
Boolean. Should the numeric value of AUC be printed on the plot?
A main title for the plot.
No return, plot the ROC curve for immunotherapy response prediction.
# NOT RUN { #Load the data. data(roc_data) #perform the function `get_roc_curve`. get_roc_curve(roc_data,print.auc=TRUE,main="Objective Response") # }
Run the code above in your browser using DataLab