-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
53 lines (53 loc) · 1.75 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: velociraptor
Title: Toolkit for Single-Cell Velocity
Version: 1.15.13
Date: 2024-10-11
Authors@R: c(person("Kevin", "Rue-Albrecht", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-3899-3872")),
person("Aaron", "Lun", role="aut", email="[email protected]", comment = c(ORCID = '0000-0002-3564-4813')),
person("Charlotte", "Soneson", role="aut", email="[email protected]", comment = c(ORCID = '0000-0003-3833-2169')),
person("Michael", "Stadler", role="aut", email="[email protected]", comment = c(ORCID = '0000-0002-2269-4934')))
Description: This package provides Bioconductor-friendly wrappers for RNA velocity calculations in single-cell RNA-seq data.
We use the basilisk package to manage Conda environments,
and the zellkonverter package to convert data structures between SingleCellExperiment (R) and AnnData (Python).
The information produced by the velocity methods is stored in the various components of the SingleCellExperiment class.
Depends:
SummarizedExperiment
Imports:
methods,
stats,
Matrix,
BiocGenerics,
reticulate,
S4Vectors,
DelayedArray,
basilisk,
zellkonverter,
scuttle,
SingleCellExperiment,
BiocParallel,
BiocSingular
Suggests:
BiocStyle,
testthat,
knitr,
rmarkdown,
pkgdown,
scran,
scater,
scRNAseq,
Rtsne,
graphics,
grDevices,
ggplot2,
cowplot,
GGally,
patchwork,
metR
StagedInstall: no
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/kevinrue/velociraptor
BugReports: https://github.com/kevinrue/velociraptor/issues
biocViews: SingleCell, GeneExpression, Sequencing, Coverage
VignetteBuilder: knitr