Will generate a trajectory using pseudogp.
This method was wrapped inside a container. The original code of this method is available here.
ti_pseudogp(smoothing_alpha = 10, smoothing_beta = 3, pseudotime_mean = 0.5, pseudotime_var = 1, chains = 3L, iter = 100L, dimreds = c(TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE), initialise_from = "random", run_environment = NULL)
smoothing_alpha | numeric; The hyperparameter for the Gamma distribution
that controls arc-length (default: |
---|---|
smoothing_beta | numeric; The hyperparameter for the Gamma distribution
that controls arc-length (default: |
pseudotime_mean | numeric; The mean of the constrained normal prior on the
pseudotimes (default: |
pseudotime_var | numeric; The variance of the constrained normal prior on
the pseudotimes (default: |
chains | integer; The number of chains for the MCMC trace (default: |
iter | integer; The number of iterations for the MCMC trace (default:
|
dimreds | logical_vector; A character vector specifying which
dimensionality reduction methods to use.See
|
initialise_from | discrete; How to initialise the MCMC chain. One of
"random" (stan decides),"principal_curve", or "pca" (the first component of PCA
rescaled is taken to be the pseudotimes).Note: if multiple representations are
provided, |
run_environment | In which environment to run the method, can be |
A TI method wrapper to be used together with
infer_trajectory
Campbell, K.R., Yau, C., 2016. Order Under Uncertainty: Robust Differential Expression Analysis Using Probabilistic Models for Pseudotime Inference. PLOS Computational Biology 12, e1005212.