View source: R/analyse_sim_results.R
analyse_sim_results | R Documentation |
Provides a way to merge expected and observed differential coexpressed tables and calculate the sensitivity/specificity/FPR/FNR.
analyse_sim_results(ddcor_res, true_pairs, sig_cutoff = 0.05,
verbose = F)
ddcor_res |
The flattened chow_result file |
true_pairs |
The true_pairs table from simulate_data() or simulate_data_3gr(). |
sig_cutoff |
The significance p-value (alpha) to use to call observed results as significant. |
verbose |
Whether to print additional output or not. |
Returns a list, including an expected versus observed table for the simulated results, and stats including TPR, TNR, FPR, FNR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.