deletion_alleles_plot: Plots unique deletion alleles and their "pileup" count...

Description Usage Arguments Value See Also Examples

View source: R/plots.R

Description

Plots unique deletion alleles and their "pileup" count profile separately for cDNA and gDNA.

Usage

1
deletion_alleles_plot(del_result, viewing_window = 40, color_by = "window")

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.

color_by

A string with one of the values: "none" (default), "window", or "sharing".

Value

Returns a ggplot object.

See Also

deletion_analysis

Examples

1
2
3
4
# Note: First run deletion_analysis()
# mul1_del_results is a pre-loaded result

deletion_alleles_plot(mul1_del_results[[1]])

rgenie documentation built on Oct. 23, 2020, 8:21 p.m.