-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
66 lines (66 loc) · 1.5 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
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: SCORPIUS
Type: Package
Title: Inferring Developmental Chronologies from Single-Cell RNA Sequencing Data
Version: 1.0.9
Description: An accurate and easy tool for performing linear trajectory inference on
single cells using single-cell RNA sequencing data. In addition, 'SCORPIUS'
provides functions for discovering the most important genes with respect to
the reconstructed trajectory, as well as nice visualisation tools.
Cannoodt et al. (2016) <doi:10.1101/079509>.
Authors@R: c(
person(
"Robrecht", "Cannoodt",
email = "rcannood@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Wouter", "Saelens",
email = "wouter.saelens@ugent.be",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
)
)
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/rcannood/SCORPIUS,
http://rcannood.github.io/SCORPIUS/
BugReports: https://github.com/rcannood/SCORPIUS/issues
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder:
knitr
Depends:
R (>= 3.5.0)
Imports:
dplyr,
dynutils (>= 1.0.3),
dynwrap,
grDevices,
ggplot2 (>= 2.0),
lmds,
MASS,
Matrix,
mclust,
methods,
pbapply,
pheatmap,
princurve (>= 2.1.4),
purrr,
ranger,
RANN,
RColorBrewer,
reshape2,
stats,
tidyr,
TSP
Suggests:
anndata,
covr,
knitr,
reticulate,
rmarkdown,
Seurat,
SingleCellExperiment,
testthat (>= 2.1.0)