Learn R Programming

rgenie (version 1.0.0)

deletion_summary_plot: Plots a summary of deletion analysis results for a single region.

Description

Plots a summary of deletion analysis results for a single region.

Usage

deletion_summary_plot(del_result)

Arguments

del_result

Result from a call to deletion_analysis.

Value

Returns a ggplot object with a summary of deletion analysis results for a single region.

See Also

deletion_analysis

Examples

Run this code
# NOT RUN {
# Note: First run deletion_analysis()
# mul1_del_results is a pre-loaded result

deletion_summary_plot(mul1_del_results[[1]])
# }

Run the code above in your browser using DataLab