Generates a plot of the ROC curve out of the input dataset.
miRNA_plotROC(inputDataset, outputFileLabel, plotFormat = "pdf")A ggplot object containing the plot.
This function is not exported to the package NAMESPACE, but it is called by other functions of the same package.
Dataset (data frame) to be used for the plot.
Label to be used to build the name of the output file.
String to set the format of the output file. Can either be 'pdf' (default) or 'png'.