Description Usage Arguments Value Examples
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.
1 | 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
1 2 3 4 5 6 7 8 9 10 | 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.