sctour.train.Trainer.get_vector_field
- Trainer.get_vector_field(T: numpy.ndarray, Z: numpy.ndarray) numpy.ndarray[source]
Infer the vector field.
- Parameters
T – The pseudotime estimated for each cell.
Z – The latent representation for each cell.
- Returns
The estimated vector field.
- Return type