alignment_summary_plot | R Documentation |
Plots a summary of alignment analysis results for a single region.
alignment_summary_plot(alignment_result)
alignment_result |
Result from a call to alignment_analysis. |
Returns a ggplot object with a summary of alignment analysis results for a single region.
alignment_analysis
# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result
alignment_summary_plot(mul1_alignment_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.