trajectory {phenopath} | R Documentation |
Get the latent PhenoPath trajectory
trajectory(phenopath_fit)
phenopath_fit |
An object of class |
A vector of latent trajectory (pseudotime) values
sim <- simulate_phenopath() fit <- phenopath(sim$y, sim$x, elbo_tol = 1e-2) z <- trajectory(fit)