simulate_cylinder.Rd
Simulate concurrent independent linear and cyclic gene processes
simulate_cylinder(
N_cells = 5000,
N_genes = rep(500, 2),
model = "poisson",
meanlog = 0,
sdlog = 0.25,
scale = 25,
seed = 1,
maxT = 15,
sort = TRUE,
sparsity = 0.1,
theta = 10
)
integer; Number of cells
integer vector; Number of genes associated with the linear and cyclic processes
character; Count model ("poisson" or "negbin")
numeric; Mean of log normal distribution
numeric; Standard deviation of log normal distribution
numeric; Scale of UMI counts
integer; Random seed
numeric; Maximum cell pseudotime
boolean; Whether to sort genes based on their peak times
numeric; Sparsity of count matrix
numeric; Dipersion parameter for negative binomial model
Returns a gene-by-cell count matrix