Learn R Programming

celda (version 0.0.0.9000)

simulateCells.celda_CG: Simulate cells from the cell/gene clustering generative model

Description

Simulate cells from the cell/gene clustering generative model

Usage

# 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, ...)

Arguments

model

Dummy parameter for S3 dispatch

S

The number of samples

C.Range

two element vector to specify the lower and upper bound of the counts of cells for each sample

N.Range

two element vector to specify the lower and upper bound of the counts of the transcripts

G

The number of genes

K

The number of cell populations

L

The number of gene clusters being considered

alpha

Non-zero concentration parameter for sample Dirichlet distribution

beta

The Dirichlet distribution parameter for Phi; adds a pseudocount to each transcriptional state within each cell

gamma

The Dirichlet distribution parameter for Psi; adds a pseudocount to each gene within each transcriptional state

delta

The Dirichlet distribution parameter for Eta; adds a gene pseudocount to the numbers of genes each state

seed

starting point used for generating simulated data

...

Unused arguments