mctnetwork_propogate_from_t: Compute backward and forward flow propgation of metacell...

View source: R/mctnetwork.r

mctnetwork_propogate_from_tR Documentation

Compute backward and forward flow propgation of metacell probability from time t

Description

Compute backward and forward flow propgation of metacell probability from time t

Usage

mctnetwork_propogate_from_t(mct, t, mc_p)

Arguments

mct

mct network object

t

flows will be computed for the (time,time+1) interval

mc_p

probabilities at time t

Value

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.


tanaylab/metacell documentation built on Oct. 19, 2023, 1:01 p.m.