ti_grandprix | R Documentation |
Will generate a trajectory using GrandPrix.
This method was wrapped inside a container. The original code of this method is available here.
ti_grandprix(
n_inducing_points = 40L,
latent_prior_var = 0.1,
latent_var = 0.028
)
n_inducing_points |
. Domain: U(0, 1). Default: 40. Format: integer. |
latent_prior_var |
. Domain: U(0, 1). Default: 0.1. Format: numeric. |
latent_var |
. Domain: U(0, 1). Default: 0.028. Format: numeric. |
A TI method wrapper to be used together with
infer_trajectory
Ahmed, S., Rattray, M., Boukouvalas, A., 2017. GrandPrix: Scaling up the Bayesian GPLVM for single-cell data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.