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

Add 50 cell simulations

parent 8866aa70
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ num_cells_sims <- expand_grid(
de.facLoc = 2,
rep = 1:2,
n_clus = 5,
batchCells = c(100, 500, seq(1000, 3000, by = 1000)),
batchCells = c(50, 100, 500, seq(1000, 3000, by = 1000)),
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