Skip to content
Snippets Groups Projects
Unverified Commit b0e4e906 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

project.R: fix multiplate model to have one drug per well and plate

parent ab75ee19
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ analysis <- function(data_path = "data/") {
set_data <- set_analysis(paste0(data_path, "/", folder),
meta = T)
set_data$set <- folder
set_data$drug <- paste0(set_data$drug, "_", folder)
if (length(min_sets_factors) == 0) {
min_sets_factors <- colnames(set_data)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment