grep_summary_plot: Plots a summary of genie results from a grep analysis.

Description Usage Arguments Value See Also Examples

View source: R/plots.R

Description

Plots a summary of genie results from a grep analysis.

Usage

1
grep_summary_plot(grep_result)

Arguments

grep_result

Result from a call to grep_analysis.

Value

Returns a ggplot object.

See Also

grep_analysis

Examples

1
2
3
4
# Note: First run grep_analysis()
# mul1_grep_results is a pre-loaded result

grep_summary_plot(mul1_grep_results[[1]])

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