View source: R/GeneExpression_sim.R
SimulateCellStates | R Documentation |
Simulate cell states based on the state tree
SimulateCellStates( par, cell_edges, state_edges, sif_mean, S, p_a, p_edge = NULL, max_walk = 2 )
par |
current parent node |
cell_edges |
edge list of the cell lineage tree |
state_edges |
edge list of the cell state tree |
sif_mean |
State Identity Factors |
S |
current state of the parent node |
p_a |
asymmetric division rate |
p_edge |
branching possibilities |
max_walk |
maximum walk distance on the state tree for one asymmetric division |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.