-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
81 lines (81 loc) · 1.34 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: DALI
Type: Package
Title: Diversity AnaLysis Interface
Version: 2.1.2
Authors@R: c(
person(
"Kevin",
"Verstaen",
email = "kevin.verstaen@irc.vib-ugent.be",
role = c("cre", "aut")
),
person(
"Stijn",
"Vanhee",
email = "stijn.vanhee@irc.vib-ugent.be",
role = c("aut")
),
person(
"Jana",
"Roels",
email = "jana.roels@irc.vib-ugent.be",
role = c("ctb")
),
person(
"Niels",
"Vandamme",
email = "niels.vandamme@vib.be",
role = c("ctb")
)
)
Description: Analyse VDJ data in the Seurat ecosystem.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
biocViews:
Remotes:
dynverse/dynplot,
dynverse/dynwrap,
YuLab-SMU/ggtree
Requires:
R (>= 3.5.0)
Imports:
ape,
circlize,
dplyr,
DT,
ggplot2,
ggraph,
ggrepel,
ggridges,
ggtree,
gridExtra,
gtools,
igraph,
Matrix,
methods,
pheatmap,
Polychrome,
reldist,
reshape2,
rlang,
sass,
scales,
Seurat (>= 4.0.0),
shiny,
shinycssloaders,
shinyFiles,
slingshot,
stringdist,
stringr,
tibble,
tidygraph,
tidyr,
treeio,
vegan
Suggests:
dynplot,
dynwrap,
testthat (>= 3.0.0)
Config/testthat/edition: 3