Will generate a trajectory using SCOUP.
This method was wrapped inside a container. The original code of this method is available here.
ti_scoup(ndim = 2L, max_ite1 = 100, max_ite2 = 100, alpha_min = 0.1, alpha_max = 100, t_min = 0.001, t_max = 2, sigma_squared_min = 0.1, thresh = 0.01, run_environment = NULL)
ndim | integer; Number of pca dimensions (default: |
---|---|
max_ite1 | numeric; Upper bound of EM iteration (without pseudo-time
optimization). The detailed explanation is described in the supplementary text.
(default is 1,000) (default: |
max_ite2 | numeric; Upper bound of EM iteration (including pseudo-time
optimization) (default is 1,000). (default: |
alpha_min | numeric; Lower bound of alpha (default is 0.1) (default:
|
alpha_max | numeric; Upper bound of alpha (default is 100) (default:
|
t_min | numeric; Lower bound of pseudo-time (default is 0.001) (default:
|
t_max | numeric; Upper bound of pseudo-time (default is 2.0) (default:
|
sigma_squared_min | numeric; Lower bound of sigma squared (default is 0.1)
(default: |
thresh | numeric; Threshold (default: |
run_environment | In which environment to run the method, can be |
A TI method wrapper to be used together with
infer_trajectory
Matsumoto, H., Kiryu, H., 2016. SCOUP: a probabilistic model based on the Ornstein–Uhlenbeck process to analyze single-cell expression data during differentiation. BMC Bioinformatics 17.