-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
64 lines (64 loc) · 2.02 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
Package: spicyR
Type: Package
Title: Spatial analysis of in situ cytometry data
Version: 1.19.3
Authors@R: c(
person("Nicolas", "Canete", , "[email protected]", role = "aut"),
person("Ellis", "Patrick", , "[email protected]", role = c("aut", "cre")),
person("Nicholas", "Robertson", , "[email protected]", role = "ctb"),
person("Alex", "Qin", , "[email protected]", role = "ctb"),
person("Farhan", "Ameen", ,"[email protected]", role = "ctb"),
person("Shreya", "Rao", ,"[email protected]", role = "ctb")
)
Description: The spicyR package provides a framework for performing inference on changes in spatial relationships between pairs of cell types for cell-resolution spatial omics technologies. spicyR consists of three primary steps: (i) summarizing the degree of spatial localization between pairs of cell types for each image; (ii) modelling the variability in localization summary statistics as a function of cell counts and (iii) testing for changes in spatial localizations associated with a response variable.
License: GPL (>=2)
LazyData: true
biocViews:
SingleCell, CellBasedAssays, Spatial
Encoding: UTF-8
Depends: R (>= 4.1)
VignetteBuilder: knitr
BugReports: https://github.com/SydneyBioX/spicyR/issues
URL: https://ellispatrick.github.io/spicyR/ https://github.com/SydneyBioX/spicyR, https://sydneybiox.github.io/spicyR/
Imports:
ggplot2,
concaveman,
BiocParallel,
spatstat.explore,
spatstat.geom,
lmerTest,
S4Vectors,
methods,
pheatmap,
rlang,
grDevices,
stats,
data.table,
dplyr,
tidyr,
scam,
SingleCellExperiment,
SpatialExperiment,
SummarizedExperiment,
ggforce,
ClassifyR,
tibble,
magrittr,
cli,
survival,
ggthemes,
ggh4x,
coxme,
ggnewscale,
lifecycle,
simpleSeg
Suggests:
SpatialDatasets,
BiocStyle,
knitr,
rmarkdown,
pkgdown,
imcRtools,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
Config/testthat/edition: 3