Compare the ER score distribution from a collection of new studies to those in the deep_landscape dataset.

plot_er_distribution(x)

Arguments

x

deep_mutational_scan.

Value

A ggplot2 plot.

Examples

# Plot a single studies ER dms <- deepscanscape::deep_scans$p53 plot_er_distribution(dms)
# Plot multiple studies comb_dms <- bind_scans(dms, annotate_missing = TRUE) plot_er_distribution(comb_dms)