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

Add more replicates for # cells simulations and remove certain values

parent ee6c83ad
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ standard_sims <- expand_grid(
mean_sims <- expand_grid(
label = "mean_sim",
de.facLoc = 2,
rep = 1:2,
batchCells = 2000,
n_clus = 5,
......@@ -64,9 +63,9 @@ num_cells_sims <- expand_grid(
label = "num_cells",
data_id = "lawlor",
de.facLoc = 2,
rep = 1:2,
rep = 1:3,
n_clus = 5,
batchCells = c(50, 100, 500, seq(1000, 3000, by = 1000)),
batchCells = c(100, 500, 1000, 2000, 3000),
group.prob = list(rep(1 / 5, 5)),
) %>%
rowid_to_column() %>%
......
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