Returns all main plots for a single deletion analysis result.
Returns all main plots for a single deletion analysis result.
deletion_plots( del_result, opts = genie_plot_options(), variance_components_plot = FALSE, power_plots = FALSE )
del_result |
Result from a call to deletion_analysis. |
opts |
A list with all options needed for rgenie plotting functions. |
variance_components_plot |
If TRUE, then variance_components_plot() is called. |
power_plots |
If TRUE, then power_plots() is called. |
Returns a list of ggplot objects.
# Note: First run deletion_analysis() # mul1_del_results is a pre-loaded result deletion_plots(mul1_del_results[[1]], genie_plot_options())
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.