getLatentTrajectory,Vision-method | R Documentation |
Provides access to the latent trajectory used for local autocorrelation analysis
## S4 method for signature 'Vision'
getLatentTrajectory(object)
object |
VISION object |
If a latent space was supplied, access it by using getLatentSpace
instead
Trajectory object
## Not run:
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
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.