浏览代码

Fix interaction plot title OrfRep ref

Bryan Roessler 7 月之前
父节点
当前提交
df4c3352e3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      qhtcp-workflow/apps/r/calculate_interaction_zscores.R

+ 2 - 0
qhtcp-workflow/apps/r/calculate_interaction_zscores.R

@@ -732,6 +732,8 @@ generate_interaction_plot_configs <- function(df, type) {
   delta_plot_configs <- list()
   delta_plot_configs <- list()
 
 
   # Overall statistics plots
   # Overall statistics plots
+  OrfRep <- first(df$OrfRep) # this should correspond to the reference strain
+
   for (var in names(limits_map)) {
   for (var in names(limits_map)) {
     y_limits <- limits_map[[var]]
     y_limits <- limits_map[[var]]