rcpp_mmutil_simulate_poisson_mixture.Rd
Simulate sparse counting data with a mixture of Poisson parameters
rcpp_mmutil_simulate_poisson_mixture(
r_mu_list,
Ncell,
output,
dir_alpha = 1,
gam_alpha = 2,
gam_beta = 2,
rseed = 42L,
MAX_COL_WORD = 100L,
COL_WORD_SEP = "@"
)
a list of gene x individual matrices
the total number of cells (may not make it if too sparse)
a file header string for output files
a parameter for Dirichlet(alpha * 1, ..., 1)
a parameter for Gamma(alpha, beta)
a parameter for Gamma(alpha, beta)
random seed