View source: R/ti_projected_monocle.R
ti_projected_monocle | R Documentation |
Will generate a trajectory using Projected Monocle.
This method was wrapped inside a container. The original code of this method is available here.
ti_projected_monocle(
reduction_method = "DDRTree",
max_components = 2L,
norm_method = "vstExprs",
auto_param_selection = TRUE,
filter_features = TRUE,
filter_features_mean_expression = 0.1
)
reduction_method |
A character string specifying the algorithm to use for dimensionality reduction. Domain: DDRTree. Default: DDRTree. Format: character. |
max_components |
The dimensionality of the reduced space. Domain: U(2, 20). Default: 2. Format: integer. |
norm_method |
Determines how to transform expression values prior to reducing dimensionality. Domain: vstExprs, log, none. Default: vstExprs. Format: character. |
auto_param_selection |
When this argument is set to TRUE (default), it will automatically calculate the proper value for the ncenter (number of centroids) parameters which will be passed into DDRTree call. Default: TRUE. Format: logical. |
filter_features |
Whether to include monocle feature filtering. Default: TRUE. Format: logical. |
filter_features_mean_expression |
Minimal mean feature expression, only
used when |
A TI method wrapper to be used together with
infer_trajectory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.