trajectory: Get the latent PhenoPath trajectory

Description Usage Arguments Value Examples

View source: R/phenopath.R

Description

Get the latent PhenoPath trajectory

Usage

1
trajectory(phenopath_fit)

Arguments

phenopath_fit

An object of class phenopath_fit

Value

A vector of latent trajectory (pseudotime) values

Examples

1
2
3
sim <- simulate_phenopath() 
fit <- phenopath(sim$y, sim$x, elbo_tol = 1e-2)
z <- trajectory(fit)

phenopath documentation built on Nov. 8, 2020, 6:53 p.m.