Skip to content

Commit

Permalink
Fixed path; minor
Browse files Browse the repository at this point in the history
  • Loading branch information
christianholland committed Aug 30, 2019
1 parent 1826dea commit aaf9084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ disease_sets_df %>%
select(disease = query, disease_set = group, experiment=id) %>%
arrange(disease_set, disease, experiment) %>%
select(disease_set, disease, experiment) %>%
write_csv("paper/material/disease_sets.csv")
write_csv("paper/auxilliary_files/disease_sets.csv")
# create disease sets from data frame for GSEA
Expand Down

0 comments on commit aaf9084

Please sign in to comment.