knitr::opts_chunk$set(warning = FALSE, message = FALSE, error = FALSE, echo = FALSE)
library(tidyverse)
library(dyneval)

ℹ️ Tutorials     ℹ️ Reference documentation

Metrics to compare two trajectories

This R package implements several metrics for comparing two single-cell trajectories.

These include:

metrics %>% 
  filter(type == "specific") %>%
  select(Name = html, `Long name`= long_name, Category = category) %>% 
  knitr::kable()
metrics %>% 
  filter(type == "application") %>%
  select(Name = html, `Long name`= long_name) %>% 
  knitr::kable()
metrics %>% 
  filter(type == "overall") %>%
  select(Name = html, `Long name`= long_name) %>% 
  knitr::kable()

Latest changes

Check out news(package = "dyneval") or NEWS.md for a full list of changes.

dynutils::update_news()
cat(dynutils::recent_news())

Dynverse dependencies



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