-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
83 lines (82 loc) · 1.74 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
Package: SpaCeMInD
Type: Package
Title: Spatial Cellular and Molecular Interaction using Deep Learning
Version: 0.1.0
Authors@R:
c(person(given = "Shivang",
family = "Sharma",
role = c("aut", "cre"),
email = "[email protected]",
comment = ),
person(given = "Jordan",
family = "Wilson",
role = c("aut"),
email = "[email protected]"),
person(given = "Hongkai",
family = "Ji",
role = c("aut", "ctb"),
email = "[email protected]"),
person(given = "Eugene",
family = "Shenderov",
role = c("aut", "ctb", "cph"),
email = "[email protected]"))
Description: User-friendly tools for analysis and visualization of CosMx SMI
data at cellular and subcellular level using conventional scRNA-seq analysis
tools, in addition to advanced deep learning algorithms.
URL:
BugReports:
Depends:
R (>= 4.3.0)
Imports:
readxl
writexl
rstudioapi
Matrix
tidyverse
data.table
mltools
DropletUtils
R.utils
rhdf5
tools
dplyr
Seurat
scran
ggplot2
ks
knitr
ggpubr
plotly
RColorBrewer
SPARK
EBImage
ComplexHeatmap
circlize
crayon
ggrepel
reshape2
corrr
FactoMineR
ggcorrplot
factoextra
patchwork
BiocParallel
DESeq2
BiocGenerics
sp
SeuratDisk
Suggests:
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition:
SystemRequirements:
Collate:
CosMx_functions.R
QC.R
data_transformation_functions.R
file_manipulation.R
statistical_functions.R
License: MIT + file LICENSE | GPL (>= 3)
Encoding: UTF-8
LazyData: true