Skip to content

Commit

Permalink
save overview of alternative OM results in csv
Browse files Browse the repository at this point in the history
  • Loading branch information
shfischer committed Aug 3, 2022
1 parent 4a5f846 commit 39d1777
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 0 deletions.
1 change: 1 addition & 0 deletions MP_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ res_alt$OM_group[res_alt$OM == "baseline"] <- "baseline"

saveRDS(res_alt, file = "output/MPs_alternative_OMs.rds")
# res_alt <- readRDS("output/MPs_alternative_OMs.rds")
write.csv(res_alt, file = "output/MPs_alternative_OMs.csv", row.names = FALSE)

### ------------------------------------------------------------------------ ###
### collate results - alternative OMs - stats ####
Expand Down
Loading

0 comments on commit 39d1777

Please sign in to comment.