calculate_mapping: Compares the mapping between milestones or branches

Description Usage Arguments

View source: R/metric_mapping.R

Description

Compares the mapping between milestones or branches

Usage

1
2
3
4
5
6
calculate_mapping(dataset, prediction, grouping = c("branches",
  "milestones"), simplify = TRUE)

calculate_mapping_milestones(dataset, prediction, simplify = TRUE)

calculate_mapping_branches(dataset, prediction, simplify = TRUE)

Arguments

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)


dynverse/dyneval documentation built on May 25, 2019, 4:25 p.m.