deletion_profile_plot | R Documentation |
Plots the deletion "pileup" profile separately for each replicate.
deletion_profile_plot(alignment_result, viewing_window = 40)
alignment_result |
Result from a call to alignment_analysis. |
viewing_window |
Window on either size of the CRISPR cut site to show in the plot. |
Returns a ggplot object.
alignment_analysis
# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result
deletion_profile_plot(mul1_alignment_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.