Simulate cells from the cell/gene clustering generative model
# S3 method for celda_CG
simulateCells(model, S = 10, C.Range = c(50, 100),
N.Range = c(500, 5000), G = 1000, K = 3, L = 10, alpha = 1,
beta = 1, gamma = 1, delta = 1, seed = 12345, ...)
Dummy parameter for S3 dispatch
The number of samples
two element vector to specify the lower and upper bound of the counts of cells for each sample
two element vector to specify the lower and upper bound of the counts of the transcripts
The number of genes
The number of cell populations
The number of gene clusters being considered
Non-zero concentration parameter for sample Dirichlet distribution
The Dirichlet distribution parameter for Phi; adds a pseudocount to each transcriptional state within each cell
The Dirichlet distribution parameter for Psi; adds a pseudocount to each gene within each transcriptional state
The Dirichlet distribution parameter for Eta; adds a gene pseudocount to the numbers of genes each state
starting point used for generating simulated data
Unused arguments