Description Usage Arguments Value See Also Examples
Generates a simulated counts matrix and feature module clusters according to the generative process of the celda_G model.
1 2 3 4 |
model |
Character. Options available in 'celda::available.models'. |
C |
Integer. Number of cells to simulate. Default 100. |
N.Range |
Integer vector. A vector of length 2 that specifies the lower and upper bounds of the number of counts generated for each cell. Default c(500, 5000). |
G |
Integer. The total number of features to be simulated. Default 100. |
L |
Integer. Number of feature modules. Default 10. |
beta |
Numeric. Concentration parameter for Phi. Adds a pseudocount to each feature module in each cell. Default 1. |
gamma |
Numeric. Concentration parameter for Eta. Adds a pseudocount to the number of features in each module. Default 5. |
delta |
Numeric. Concentration parameter for Psi. Adds a pseudocount to each feature in each module. Default 1. |
seed |
Integer. Passed to 'set.seed()'. Default 12345. |
... |
Additional parameters. |
List. Contains the simulated matrix 'counts', feature module clusters 'y', and input parameters.
'celda_C()' for simulating cell subpopulations and 'celda_CG()' for simulating feature modules and cell populations.
1 | celda.g.sim = simulateCells(model="celda_G")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.