ti_scorpius | R Documentation |
Will generate a trajectory using SCORPIUS.
This method was wrapped inside a container. The original code of this method is available here.
ti_scorpius(
distance_method = "spearman",
ndim = 3L,
k = 4L,
thresh = 0.001,
maxit = 10L,
stretch = 0,
smoother = "smooth_spline"
)
distance_method |
A character string indicating which correlationcoefficient (or covariance) is to be computed. One of "pearson", "spearman" (default), or "cosine". Domain: spearman, pearson, cosine. Default: spearman. Format: character. |
ndim |
The number of dimensions in the new space. Domain: U(2, 20). Default: 3. Format: integer. |
k |
The number of clusters to cluster the data into to construct the initial trajectory. Domain: U(1, 20). Default: 4. Format: integer. |
thresh |
|
maxit |
|
stretch |
|
smoother |
|
A TI method wrapper to be used together with
infer_trajectory
Cannoodt, R., Saelens, W., Sichien, D., Tavernier, S., Janssens, S., Guilliams, M., Lambrecht, B., Preter, K.D., Saeys, Y., 2016. SCORPIUS improves trajectory inference and identifies novel modules in dendritic cell development.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.