deletion_profile_plot: Plots the deletion "pileup" profile separately for each...

View source: R/plots.R

deletion_profile_plotR Documentation

Plots the deletion "pileup" profile separately for each replicate.

Description

Plots the deletion "pileup" profile separately for each replicate.

Usage

deletion_profile_plot(alignment_result, viewing_window = 40)

Arguments

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.

Value

Returns a ggplot object.

See Also

alignment_analysis

Examples

# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result

deletion_profile_plot(mul1_alignment_results[[1]])

Jeremy37/rgenie documentation built on Sept. 22, 2023, 10:17 a.m.