Learn R Programming

rgenie (version 1.0.0)

replicate_summary_plot: Plots a summary of deletion analysis replicates.

Description

Plots a summary of deletion analysis replicates.

Usage

replicate_summary_plot(del_result, outlier_threshold = NA)

Arguments

del_result

Result from a call to deletion_analysis.

outlier_threshold

A numeric threshold for the outlier score, above which replicates will be colored differently.

Value

Returns a ggplot object with a summary of deletion analysis replicates.

See Also

deletion_analysis

Examples

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

replicate_summary_plot(mul1_del_results[[1]])
# }

Run the code above in your browser using DataLab