plot_ers {ODER} | R Documentation |
Plots the median deltas and the number of ERs with a delta of 0 against the MCCs on two separate graphs with a line for each of the various MRGs.
plot_ers(ers_delta, opt_mcc_mrg)
ers_delta |
tibble/dataframe containing summarised delta values. One row per set of ERs. |
opt_mcc_mrg |
vector containing the optimum mcc and mrg, in that order |
Plot of MCC against median delta and number of ERS with a delta of 0
data(gtex_SRP012682_SRX222703_lung_erdelta_1, package = "ODER") eg_plots <- plot_ers( ers_delta = gtex_SRP012682_SRX222703_lung_erdelta_1, opt_mcc_mrg = c( "mcc_10", "mrg_20" ) ) eg_plots