From e8c82ffd0730f448f450db11addf2ff00a3fbdc7 Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Thu, 23 Mar 2017 10:37:37 -0400 Subject: [PATCH] BUG: Fix typo in table file name --- src/overlap-analysis.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlap-analysis.R b/src/overlap-analysis.R index 0a8ab67..359b4b7 100644 --- a/src/overlap-analysis.R +++ b/src/overlap-analysis.R @@ -142,4 +142,4 @@ wells_repeated <- group_by(wells_all, symbol) %>% print(summary(wells_repeated)) write_csv(wells_all %>% arrange(p_value), - paste0("../results/tables/rnai-p_values-.csv")) + paste0("../results/tables/rnai-p_values.csv"))