Skip to content

kevinrue/velociraptor

This branch is 7 commits ahead of, 5 commits behind devel.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d2446d · Sep 10, 2024
Sep 9, 2024
Sep 10, 2024
Sep 10, 2024
Jun 18, 2024
Feb 22, 2021
Feb 21, 2021
May 30, 2024
Feb 22, 2021
Feb 22, 2021
Sep 10, 2024
Jun 7, 2020
Jun 4, 2020
Jun 4, 2020
Apr 21, 2022
Sep 9, 2024
Nov 17, 2020
Sep 28, 2020
Jun 5, 2020

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.