replicate_summary_plot | R Documentation |
Plots a summary of alignment analysis replicates.
replicate_summary_plot(alignment_result, outlier_threshold = NA)
alignment_result |
Result from a call to alignment_analysis. |
outlier_threshold |
A numeric threshold for the outlier score, above which replicates will be colored differently. |
Returns a ggplot object with a summary of alignment analysis replicates.
alignment_analysis
# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result
replicate_summary_plot(mul1_alignment_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.