Auto-commit: apps/r/calculate_interaction_zscores5.R
This commit is contained in:
@@ -566,6 +566,10 @@ main <- function() {
|
|||||||
write.csv(suppressors_lm_K,
|
write.csv(suppressors_lm_K,
|
||||||
file = file.path(out_dir, "ZScores_Interaction_DeletionSuppressors_K_lm.csv"), row.names = FALSE)
|
file = file.path(out_dir, "ZScores_Interaction_DeletionSuppressors_K_lm.csv"), row.names = FALSE)
|
||||||
|
|
||||||
|
interaction_scores_deletion <- interaction_scores_deletion %>%
|
||||||
|
arrange(desc(Z_lm_L)) %>%
|
||||||
|
arrange(desc(NG))
|
||||||
|
|
||||||
# Generate plots for interaction scores
|
# Generate plots for interaction scores
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user