View source: R/plot_sim_results.R
plot_sim_results | R Documentation |
Provides a way to plot ROC curves for the two group case. This will not work for 3 or more simulated groups.
plot_sim_results(exp_vs_obs_table, method = "superNOVA",
samples = "unknown", output = T)
exp_vs_obs_table |
The expected versus observed table from analyse_sim_results(). |
method |
The name of the differential coexpression method on the plot. Default=superNOVA |
samples |
The number of samples that were analyzed to generate the results. |
output |
Should a file with the ROC curve be written? |
The ROC curves for all 6 differentially coexpressed classes (excludes null classes).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.