ti_phenopath | R Documentation |
Will generate a trajectory using PhenoPath.
This method was wrapped inside a container. The original code of this method is available here.
ti_phenopath(thin = 40L, z_init = "1", model_mu = FALSE, scale_y = TRUE)
thin |
The number of iterations to wait each time before re-calculating the elbo. Domain: U(2, 500). Default: 40. Format: integer. |
z_init |
The initialisation of the latent trajectory. Should be one of* A
positive integer describing which principal component of the data should be
used for initialisation (default 1), or * The text character |
model_mu |
Logical - should a gene-specific intercept term be modelled?. Default: FALSE. Format: logical. |
scale_y |
Logical - should the expression matrix be centre scaled?. Default: TRUE. Format: logical. |
A TI method wrapper to be used together with
infer_trajectory
Campbell, K., Yau, C., 2017. Uncovering genomic trajectories with heterogeneous genetic and environmental backgrounds across single-cells and populations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.