View source: R/GeneExpression_sim.R
WalkTree | R Documentation |
Find the child state based on parent state and step size
WalkTree(S_parent, child, state_edges, sif_mean, p_edge, step)
S_parent |
current state of the parent node |
child |
child node label |
state_edges |
edge list of the cell state tree |
sif_mean |
State identity Vector values |
p_edge |
the edge transition probability table, default is NULL so that the child edges are chosen with equal possibilities |
step |
sampling stepsize of diff-SIF Brownian motion |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.