ti_ouija | R Documentation |
Will generate a trajectory using ouija.
This method was wrapped inside a container. The original code of this method is available here.
ti_ouija(
iter = 100L,
response_type = "switch",
inference_type = "hmc",
normalise_expression = TRUE
)
iter |
Number of iterations. Domain: e^U(2.30, 6.91). Default: 100. Format: numeric. |
response_type |
A vector declaring whether each gene exhibits "switch" or "transient"expression. Defaults to "switch" for all genes. Domain: switch, transient. Default: switch. Format: character. |
inference_type |
The type of inference to be performed, either |
normalise_expression |
Logical, default TRUE. If TRUE the data is pre-normalisedso the average peak expression is approximately 1. This makes the strength parametersapproximately comparable between genes. Default: TRUE. Format: logical. |
A TI method wrapper to be used together with
infer_trajectory
Campbell, K.R., Yau, C., 2016. A descriptive marker gene approach to single-cell pseudotime inference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.