Description Usage Arguments Value Examples
Get the latent PhenoPath trajectory
1 | trajectory(phenopath_fit)
|
phenopath_fit |
An object of class |
A vector of latent trajectory (pseudotime) values
1 2 3 | sim <- simulate_phenopath()
fit <- phenopath(sim$y, sim$x, elbo_tol = 1e-2)
z <- trajectory(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.