Skip to content
Snippets Groups Projects
Commit add2bc55 authored by Jeffrey Pullin's avatar Jeffrey Pullin
Browse files

Remove edgeR covariate option from benchmarking

parent db4e4d4a
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,9 @@ lm_pars <- expand_grid(
edger_pars <- expand_grid(
method = "edger",
fit_method = c("ql", "glm"),
covariate = c("cdr", "none")
fit_method = c("ql", "glm")
) %>%
mutate(file_name = paste0(method, "_", fit_method, "_", covariate))
mutate(file_name = paste0(method, "_", fit_method))
limma_pars <- expand_grid(
method = "limma",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment