Learn R Programming

rgenie (version 1.0.0)

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

Description

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

Usage

deletion_profile_plot(del_result, viewing_window = 40)

Arguments

del_result

Result from a call to deletion_analysis.

viewing_window

Window on either size of the CRISPR cut site to show in the plot.

Value

Returns a ggplot object.

See Also

deletion_analysis

Examples

Run this code
# NOT RUN {
# Note: First run deletion_analysis()
# mul1_del_results is a pre-loaded result

deletion_profile_plot(mul1_del_results[[1]])
# }

Run the code above in your browser using DataLab