deletion_alleles_plot | R Documentation |
Plots unique deletion alleles and their "pileup" count profile separately for cDNA and gDNA.
deletion_alleles_plot(
alignment_result,
viewing_window = 40,
color_by = "window"
)
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. |
color_by |
A string with one of the values: "none" (default), "window", or "sharing". |
Returns a ggplot object.
alignment_analysis
# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result
deletion_alleles_plot(mul1_alignment_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.