Provides access to the latent trajectory used for local autocorrelation analysis

# S4 method for Vision
getLatentTrajectory(object)

Arguments

object

VISION object

Value

Trajectory object

Details

If a latent space was supplied, access it by using getLatentSpace instead

Examples

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

}