-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
57 lines (57 loc) · 1.66 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
Package: lisaClust
Type: Package
Title: lisaClust: Clustering of Local Indicators of Spatial Association
Version: 1.15.6
Authors@R: c(
person("Ellis", "Patrick", , "[email protected]", role = c("aut", "cre")),
person("Nicolas", "Canete", , "[email protected]", role = "aut"),
person("Nicholas", "Robertson", , "[email protected]", role = "ctb"),
person("Alex", "Qin", , "[email protected]", role = "ctb"),
person("Shreya", "Rao", "[email protected]", role = "ctb")
)
Description: lisaClust provides a series of functions to identify and visualise
regions of tissue where spatial associations between cell-types is similar.
This package can be used to provide a high-level summary of cell-type
colocalization in multiplexed imaging data that has been segmented at a
single-cell resolution.
License: GPL (>=2)
biocViews:
SingleCell, CellBasedAssays, Spatial
Encoding: UTF-8
Depends: R (>= 4.0)
VignetteBuilder: knitr
BugReports: https://github.com/ellispatrick/lisaClust/issues
URL: https://ellispatrick.github.io/lisaClust/, https://github.com/ellispatrick/lisaClust
Imports:
ggplot2,
class,
concaveman,
grid,
BiocParallel,
spatstat.explore,
spatstat.geom,
BiocGenerics,
S4Vectors,
methods,
spicyR,
purrr,
stats,
data.table,
dplyr,
tidyr,
SingleCellExperiment,
SpatialExperiment,
SummarizedExperiment,
pheatmap,
spatstat.random,
lifecycle,
simpleSeg,
rlang,
Suggests:
SpatialDatasets,
BiocStyle,
knitr,
rmarkdown,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
Config/testthat/edition: 3