Learn R Programming

rgenie (version 1.0.0)

experiment_summary_plot: Plots a summary of genie results across multiple regions.

Description

Plots a summary of genie results across multiple regions.

Usage

experiment_summary_plot(grep_results, del_results)

Arguments

grep_results

Result from a call to grep_analysis (or NULL).

del_results

Result from a call to deletion_analysis (or NULL).

Value

Returns a ggplot object.

See Also

grep_analysis

deletion_analysis

bind_results

Examples

Run this code
# NOT RUN {
# Note: First run deletion_analysis() and/or grep_analysis()
# mul1_del_results and mul1_grep_results are pre-loaded

experiment_summary_plot(mul1_grep_results, mul1_del_results)
# }

Run the code above in your browser using DataLab