Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BUG: Fix typo in table file name
  • Loading branch information
pan14001 committed Mar 23, 2017
1 parent 0611956 commit e8c82ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlap-analysis.R
Expand Up @@ -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"))

0 comments on commit e8c82ff

Please sign in to comment.