From df4c3352e34f67630af4f8106cf8842959e580b1 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Wed, 2 Oct 2024 13:34:17 -0400 Subject: [PATCH] Fix interaction plot title OrfRep ref --- qhtcp-workflow/apps/r/calculate_interaction_zscores.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qhtcp-workflow/apps/r/calculate_interaction_zscores.R b/qhtcp-workflow/apps/r/calculate_interaction_zscores.R index 0abb8d47..f9cbacf6 100644 --- a/qhtcp-workflow/apps/r/calculate_interaction_zscores.R +++ b/qhtcp-workflow/apps/r/calculate_interaction_zscores.R @@ -732,6 +732,8 @@ generate_interaction_plot_configs <- function(df, type) { delta_plot_configs <- list() # Overall statistics plots + OrfRep <- first(df$OrfRep) # this should correspond to the reference strain + for (var in names(limits_map)) { y_limits <- limits_map[[var]]