-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·49 lines (49 loc) · 1.6 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
Package: STquantool
Title: ST analysis tool to visualize and quantify multiple datasets
Version: 1.0.0
Authors@R:
c(person(given = "Sungwoo",
family = "Bae",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3484-3749")),
person(given = "Hongyoon",
family = "Choi",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-2449")))
Description: ST analysis tool based on R shiny platform to visualize and quantify multiple datasets. It first integrates and clusters multiple ST datasets based on reciprocal PCA. Then, it visualizes the results based on Seurat and clusterProfiler packages, finds differentially expressed genes, performs cell type decomposition, and quantify regional cell composition or gene expression.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 4.0.0)
Imports:
shiny (>= 1.7.2),
shinyFiles,
shinycssloaders,
shinybusy,
shinyjs,
shinythemes,
reticulate (>= 1.25),
Seurat (>= 4.1.0),
hdf5r,
dplyr (>= 1.0.7),
plyr,
DT (>= 0.24),
data.table (>= 1.14.0),
EnhancedVolcano (>= 1.12.0),
clusterProfiler (>= 4.2.2),
org.Mm.eg.db,
org.Hs.eg.db,
colormap (>= 0.1.4),
moments (>= 0.14.1),
magick (>= 2.7.3),
rjson (>= 0.2.21),
ggpubr (>= 0.4.0),
rstatix (>= 0.7.0),
ggridges
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3