Skip to content

Toolkit for Single-Cell Velocity

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

mbstadler/velociraptor

 
 

Repository files navigation

logo.png

velociraptor

R build status Codecov.io coverage status Docker Cloud Automated build

velociraptor provides an R toolkit for single-cell velocity computation.

Bioconductor release status

Branch R CMD check Last updated
devel Bioconductor-devel Build Status
release Bioconductor-release Build Status

Installation

velociraptor can be easily installed from Bioconductor using BiocManager::install():

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("velociraptor")
# or also...
BiocManager::install("velociraptor", dependencies = TRUE)

Setting dependencies = TRUE should ensure that all packages, including the ones in the Suggests: field of the DESCRIPTION file, are installed - this can be essential if you want to reproduce the code in the vignette, for example.

About

Toolkit for Single-Cell Velocity

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 98.4%
  • Dockerfile 1.3%
  • Shell 0.3%