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

Description Usage Arguments Value See Also Examples

View source: R/plots.R

Description

Plots a summary of genie results across multiple regions.

Usage

1
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

1
2
3
4
# 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)

rgenie documentation built on Oct. 23, 2020, 8:21 p.m.