View source: R/miRNA_plot_roc.R
miRNA_plotROC | R Documentation |
Generates a plot of the ROC curve out of the input dataset.
miRNA_plotROC(inputDataset, outputFileLabel, plotFormat = "pdf")
inputDataset |
Dataset (data frame) to be used for the plot. |
outputFileLabel |
Label to be used to build the name of the output file. |
plotFormat |
String to set the format of the output file. Can either be 'pdf' (default) or 'png'. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.