View source: R/calculate_trajectory_properties.R
calculate_trajectory_properties | R Documentation |
Calculate Metrics for Comparison of Two Trajectories
calculate_trajectory_properties(
ref_data,
ref_data_grouping = NULL,
sim_data,
sim_data_grouping = NULL,
algorithm = "Hungarian",
seed = 1,
verbose = TRUE
)
ref_data |
A gene matrix or the trajectory object generated by |
ref_data_grouping |
The labels of cells in real data |
sim_data |
A gene matrix or the trajectory object generated by |
sim_data_grouping |
The labels of cells in simulated data |
algorithm |
Optional. Which algorithm used for matching cells in simulated and real data. Improved_Hungarian (default), Hungarian. |
seed |
Random seed |
verbose |
Whether the messages are returned to users when processing |
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.