View source: R/method_process_definition.R
def_wrapper | R Documentation |
Meta information on the wrapper
def_wrapper(
input_required,
input_optional = character(),
type = "trajectory",
topology_inference = NULL,
trajectory_types = character()
)
input_required |
The required inputs for this method. See |
input_optional |
Optional inputs for this method. See |
type |
Which type of trajectory post-processing is used. Possible values:
|
topology_inference |
Whether the topology is fixed ( |
trajectory_types |
The possible trajectory types this method can return. Must be a subset of
|
def_wrapper(
input_required = c("expression", "start_id"),
input_optional = "groups_n",
type = "dimred_projection",
trajectory_types = c("linear", "cyclic"),
topology_inference = "free"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.