Simulate cells from the cell clustering generative model
# S3 method for celda_C
simulateCells(model, S = 10, C.Range = c(10, 100),
N.Range = c(100, 5000), G = 500, K = 5, alpha = 1, beta = 1, ...)
Dummy parameter for S3 dispatch
Total number of samples
Vector of length 2 given the range (min,max) of number of cells for each sample to be randomly generated from the uniform distribution
Vector of length 2 given the range (min,max) of number of counts for each cell to be randomly generated from the uniform distribution
Total number of Genes to be simulated
An integer or range of integers indicating the desired number of cell clusters (for celda_C / celda_CG models)
Non-zero concentration parameter for sample Dirichlet distribution
Non-zero concentration parameter for gene Dirichlet distribution
Unused arguments