-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
103 lines (103 loc) · 2.12 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Package: spacedeconv
Title: Unified Interface to spatial transcriptomics deconvolution tools
Version: 0.1.1
URL: https://omnideconv.github.io/spacedeconv
Authors@R:
person(given="Constantin", family="Zackl", email="[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1991-6943"))
Description: Collection of 31 deconvolution tools for spatial transcriptomics data.
License: GPL-3 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LazyData: FALSE
Depends:
R (>= 4.1.0)
Imports:
utils,
methods,
remotes,
SingleCellExperiment,
SpatialExperiment,
SummarizedExperiment,
anndata,
edgeR,
ggplot2,
magrittr,
RColorBrewer,
S4Vectors,
Matrix,
colorspace,
sf,
ggpubr,
spatstat.geom,
spatstat.explore,
progress,
DelayedArray,
circlize,
cli,
patchwork,
reticulate,
corrplot,
ggridges,
testit,
decoupleR,
multimode,
psych,
ComplexHeatmap,
grid,
grDevices,
stats,
OmnipathR,
scales,
Giotto
Suggests:
spacexr,
SPOTlight,
immunedeconv,
omnideconv,
devtools,
pkgdown,
rmarkdown,
uuid,
scran,
CARD,
knitr,
testthat (>= 3.0.0),
scuttle,
tidyr,
xCell,
MuSiC,
markdown,
EPIC,
Seurat (<= 4.4.0),
SeuratObject,
plotly,
Orthology.eg.db,
org.Mm.eg.db,
org.Hs.eg.db,
AnnotationDbi,
pbapply
Remotes:
omnideconv/omnideconv,
omnideconv/immunedeconv,
dmcable/spacexr,
drieslab/Giotto,
MarcElosua/SPOTlight,
YingMa0107/CARD,
drighelli/SpatialExperiment,
dviraran/xCell,
omnideconv/MuSiC
Config/testthat/edition: 3
Config/reticulate:
list(
packages = list(
list(package = "python-igraph"),
list(package = "leidenalg"),
list(package = "python-louvain"),
list(package = "scikit-learn"),
list(package = "scanpy", pip=TRUE),
list(package = "cell2location", pip=TRUE),
list(package = "scaden", pip = TRUE)
)
)