plotBceF2 | R Documentation |
refNet
Plots ROC curve using results from computeBceF2
plotBceF2( compute_bcef_object, line_color = compute_bcef_object[["line.color"]], plot_title = compute_bcef_object[["plot.title"]], inner_title = "data_desc", showLegendBorder = F, title_size = 1.2, inner_title_size = 0.8 )
compute_bcef_object |
A list of all variables needed to plot ROC curve |
line_color |
Character vector of colors (Optional). Must match number of curves plotted. |
plot_title |
Title of the plot (Optional). |
inner_title |
String. Specify text to go inside the plot area (top left). |
showLegendBorder |
If true, draw border around legend. Default=FALSE |
title_size |
Numeric. Specify size of title |
inner_title_size |
Numeric. Specify size of inner title |
plotBCeF2
Plots ROC curves of raw and batch corrected datasets.
Allows you to compare the performance of different sets of covariates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.