cellrank.tl.estimators.GPCCA.compute_terminal_states
- GPCCA.compute_terminal_states(*args, **kwargs)
Compute terminal states of the process.
This is an alias for
predict()
.- Parameters
- Return type
- Returns
Nothing, just updates the following fields:
terminal_states
- Categorical annotation of terminal states.terminal_states_probabilities
- Aggregated probability of cells to be in terminal states.