<img src="man/figures/logo.png" align="right" alt="logo.png" width="180" />
# velociraptor
<!-- badges: start -->
[](https://github.com/kevinrue/velociraptor/actions)
<!-- badges: end -->
The goal of velociraptor is to provide an R toolkit for single-cell velocity computation.
## Installation
You can install the latest version of velociraptor from [GitHub](https://github.com/kevinrue/velociraptor) with:
``` r
install.packages("remotes")
remotes::install_github("kevinrue/velociraptor")
```