plot_overlap | R Documentation |
Plot a Venn diagram showing the overlaps among sets of significant feature
for a given adjusted p-value threshold (see thr_venn
argument of
calculate_performance
). Optionally, the truth can be included
as a "perfect" method. Note that maximally five methods (including the truth,
if applicable) can be compared.
plot_overlap(cobraplot, ...)
cobraplot |
A |
... |
Additional arguments to |
Nothing, displays a graph
Charlotte Soneson
data(cobradata_example)
cobraperf <- calculate_performance(cobradata_example,
binary_truth = "status",
aspects = "overlap")
cobraplot <- prepare_data_for_plot(cobraperf, colorscheme = "Dark2",
incltruth = TRUE)
plot_overlap(cobraplot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.