aligned_read_profile_plots | R Documentation |
Returns a plot showing the aligned read profile of HDR and WT reads covering the highlight_site, and optionally additional plots for top individual deletions.
aligned_read_profile_plots(
alignment_result,
num_aligned_read_del_profiles = 3,
viewing_window = 40
)
alignment_result |
Result from a call to alignment_analysis. |
num_aligned_read_del_profiles |
The number of additional plots to show for individual top deletion alleles. |
viewing_window |
Window on either size of the CRISPR cut site to show in the plot. |
Returns a list with a ggplot object for each aligned read profile plot requested (1 for HDR allele + num_aligned_read_del_profiles)
alignment_analysis
# Note: First run alignment_analysis()
# ctcf_alignment_results is a pre-loaded result
#aligned_read_profile_plots(ctcf_alignment_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.