Simulate cyclic gene process

simulate_cyclic(
  N_cells = 1000,
  N_genes = 500,
  model = "poisson",
  meanlog = 0,
  sdlog = 0.25,
  scale_l = 1,
  scale = 25,
  seed = 1,
  maxT = 15,
  sparsity = NULL,
  theta = 10
)

Arguments

N_cells

integer; Number of cells

N_genes

integer; Number of genes

model

character; Count model ("poisson" or "negbin")

meanlog

numeric; Mean of log normal distribution

sdlog

numeric; Standard deviation of log normal distribution

scale

numeric; Scale of UMI counts

seed

integer; Random seed

maxT

numeric; Maximum cell pseudotime

sparsity

numeric; Sparsity of count matrix

theta

numeric; Dipersion parameter for negative binomial model

Value

Returns a gene-by-cell count matrix