mctnetwork_propogate_from_t | R Documentation |
Compute backward and forward flow propgation of metacell probability from time t
mctnetwork_propogate_from_t(mct, t, mc_p)
mct |
mct network object |
t |
flows will be computed for the (time,time+1) interval |
mc_p |
probabilities at time t |
a list with two elements: probs is a matrix of probabilities over metacells (rows) and time (columns). step_m is a list of sparse matrices inferred flows between metacells per time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.