All Projects → kevinrue → velociraptor

kevinrue / velociraptor

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
Toolkit for Single-Cell Velocity

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to velociraptor

Seurat-to-RNA-Velocity
A guide to using a Seurat object in conjunction with RNA Velocity
Stars: ✭ 92 (+124.39%)
Mutual labels:  rna-velocity
cellrank
CellRank for directed single-cell fate mapping
Stars: ✭ 222 (+441.46%)
Mutual labels:  rna-velocity
velodyn
Dynamical systems methods for RNA velocity analysis
Stars: ✭ 16 (-60.98%)
Mutual labels:  rna-velocity

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].