Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

deletion_plots

Returns all main plots for a single deletion analysis result.


Description

Returns all main plots for a single deletion analysis result.

Usage

deletion_plots(
  del_result,
  opts = genie_plot_options(),
  variance_components_plot = FALSE,
  power_plots = FALSE
)

Arguments

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.

Value

Returns a list of ggplot objects.

See Also

Examples

# Note: First run deletion_analysis()
# mul1_del_results is a pre-loaded result

deletion_plots(mul1_del_results[[1]], genie_plot_options())

rgenie

Analysis of GenIE Experiments

v1.0.0
MIT + file LICENSE
Authors
Jeremy Schwartzentruber [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.