Skip to content

Commit

Permalink
Renamend cell type
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanspeh committed Apr 26, 2024
1 parent 21337c5 commit b3d34e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_simulations.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ simulate_sc <- function(n_genes = 10000, n_cells_est = 300,
"cell_type" = c(
rep("T cells CD4", n1),
rep("T cells CD8", n2),
rep("Macrophages", n3),
rep("Dendritic cells", n3),
rep("NK cells", n4),
rep("B cells", n5),
rep("Monocytes", n6)))
Expand Down

0 comments on commit b3d34e3

Please sign in to comment.