An open API service indexing awesome lists of open source software.

https://github.com/dynverse/dynutils

Common Functionality for the 'dynverse' Packages
https://github.com/dynverse/dynutils

Last synced: 4 months ago
JSON representation

Common Functionality for the 'dynverse' Packages

Awesome Lists containing this project

README

          

---
output:
github_document:
html_preview: false
---

```{r setup1, include=FALSE}
knitr::opts_chunk$set(fig.path = "man/figures/README_", warning = FALSE, message = FALSE, error = FALSE, echo = TRUE)
library(tidyverse)
library(dynutils)
set.seed(1)
```

# dynutils


[![R-CMD-check](https://github.com/dynverse/dynutils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dynverse/dynutils/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/dynutils)](https://cran.r-project.org/package=dynutils)

Provides common functionality for the dynverse packages. An overview of this functionality
is available using the `?dynutils` command or in the [examples vignette](https://CRAN.R-project.org/package=dynutils/vignettes/functionality.html).

dynverse is created to support the development, execution, and benchmarking of trajectory inference methods.
For more information, check out [dynverse.org](https://dynverse.org).