Provides access to the latent trajectory used for local autocorrelation analysis
# S4 method for Vision
getLatentTrajectory(object)
VISION object
Trajectory object
If a latent space was supplied, access it by using getLatentSpace
instead
if (FALSE) {
trajectory <- getLatentTrajectory(vis)
# MxM connectivity for network milestones
trajectory@adjMat
# data.frame with the position of cells between milestones
# Columns are:
# cell
# from (milestone)
# to (milestone)
# position (0 to 1)
trajectory@progressions
}