powered by
Plots a summary of deletion analysis replicates.
replicate_summary_plot(del_result, outlier_threshold = NA)
Result from a call to deletion_analysis.
A numeric threshold for the outlier score, above which replicates will be colored differently.
Returns a ggplot object with a summary of deletion analysis replicates.
deletion_analysis
# 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