Modes for transition matrix calculation. #756
Replies: 1 comment
-
I am assuming you're referring to the
For the backward velocities (relevant to your use case), only
There are also other approaches that don't require RNA velocity:
pk = ~PseudotimeKernel(adata, time_key=...)
pk.compute_transition_matrix(...)
Lastly, if you're using the GPCCA._compute_initial_states
GPCCA._set_initial_states_from_macrostates |
Beta Was this translation helpful? Give feedback.
-
Is there documentation on the modes available to calculate the transitions matrix?
I am trying to decide which mode to use to analyse a dataset where we expect to find plastic event (dedifferentiation). So at the end I am interested on the absorption probabilities between the (biologically known) terminal states towards the initial state.
Beta Was this translation helpful? Give feedback.
All reactions