Generate a trajectory
1 2 3 4 | generate_trajectory(id = "", model = c("linear", "cyclic",
"bifurcating", "multifurcating", "binary_tree", "tree", "converging",
"diverging_converging", "diverging_with_loops", "looping", "connected",
"disconnected"), num_cells = 99, allow_tented_progressions = TRUE)
|
id |
An id for the dataset |
model |
A model for generating the milestone network. Must be one of:
|
num_cells |
The number of cells in each dataset |
allow_tented_progressions |
Whether or not to be able to generate cells as part of a divergence. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.