Plot a heat map showing the ER fitness score for each mutation at each position and the positions mean ER score. The wild type amino acid at each position is marked by outlining the corresponding heatmap tile. This is also the default plot method for deep_mutational_scan objects.

plot_er_heatmap(x)

Arguments

x

A single study deep_mutational_scan.

Value

A ggplot2 plot.

Examples

dms <- deepscanscape::deep_scans$p53 plot_er_heatmap(dms)
# Or equivalently plot(dms)
# For multi_study scans comb_dms <- bind_scans(dms, annotate_missing = TRUE) plot_er_heatmap(dms)