calculate_mapping.RdCompares the mapping between milestones or branches
calculate_mapping(dataset, prediction, grouping = c("branches", "milestones"), simplify = TRUE) calculate_mapping_milestones(dataset, prediction, simplify = TRUE) calculate_mapping_branches(dataset, prediction, simplify = TRUE)
| dataset | A dataset |
|---|---|
| prediction | A predicted model |
| grouping | How to group the cells, either branches or milestones |
| simplify | Whether to simplify the trajectory (allowing self loops) |