forked from Zaoqu-Liu/SpaTalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.59 KB
/
Copy pathDESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.59 KB
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
Package: SpaTalk
Title: Spatially Resolved Cell-Cell Communication Inference for Spatial Transcriptomics
Version: 2.0.0
Depends: R (>= 4.0.0), ggalluvial, doParallel
Authors@R: c(
person("Zaoqu", "Liu", , "liuzaoqu@163.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0452-742X")),
person("Xin", "Shao", , "xin_shao@zju.edu.cn", role = c("aut"),
comment = c(ORCID = "0000-0002-1928-3878")))
Description: Infers spatially resolved cell-cell communications from spatial transcriptomics
data using graph network and knowledge graph approaches. Supports both single-cell
resolution and spot-based spatial transcriptomics platforms. Provides cell type
deconvolution, ligand-receptor interaction analysis, and downstream pathway inference.
URL: https://zaoqu-liu.github.io/SpaTalk/, https://github.com/Zaoqu-Liu/SpaTalk
BugReports: https://github.com/Zaoqu-Liu/SpaTalk/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
Seurat (>= 3.0.0),
methods,
reshape2,
Matrix,
stringr,
progress,
stats,
utils,
ggplot2,
ggExtra,
crayon,
ggpubr,
grDevices,
scales,
scatterpie,
pheatmap,
corrplot,
circlize,
ggraph,
ggrepel,
igraph,
foreach,
parallel,
iterators,
readr,
digest,
Rcpp (>= 1.0.0)
LinkingTo: Rcpp, RcppArmadillo
Remotes: linxihui/NNLM
Suggests:
rmarkdown,
knitr,
prettydoc,
NNLM,
spacexr,
SPOTlight,
deconvSeq,
reticulate,
anndata,
sceasy
VignetteBuilder: knitr