forked from TrigosTeam/SPIAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
91 lines (91 loc) · 2.75 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
84
85
86
87
88
89
90
91
Package: SPIAT
Type: Package
Title: Spatial Image Analysis of Tissues
Version: 1.5.1
Authors@R: c(
person(given = "Anna",
family="Trigos",
role=c("aut"),
comment = c(ORCID = "0000-0002-5915-2952"),
email="[email protected]"),
person(given = "Yuzhou",
family = " Feng",
role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-2955-4053"),
email="[email protected]"),
person(given = "Tianpei",
family = " Yang",
role="aut",
email="[email protected]"),
person(given = "Mabel",
family = " Li",
role="aut"),
person(given = "John",
family = " Zhu",
role="aut"),
person(given = "Volkan",
family=" Ozcoban",
role="aut",
email = "[email protected]"),
person(given = "Maria",
family= "Doyle",
role="aut",
email = "[email protected]"))
Description: SPIAT (**Sp**atial **I**mage **A**nalysis of **T**issues) is an R
package with a suite of data processing, quality control, visualization and data
analysis tools. SPIAT is compatible with data generated from single-cell spatial
proteomics platforms (e.g. OPAL, CODEX, MIBI, cellprofiler). SPIAT reads spatial
data in the form of X and Y coordinates of cells, marker intensities and cell
phenotypes. SPIAT includes six analysis modules that allow visualization,
calculation of cell colocalization, categorization of the immune
microenvironment relative to tumor areas, analysis of cellular neighborhoods,
and the quantification of spatial heterogeneity, providing a comprehensive
toolkit for spatial data analysis.
License: Artistic-2.0 + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.2.0),
SpatialExperiment (>= 1.8.0)
Imports:
apcluster (>= 1.4.7),
ggplot2 (>= 3.2.1),
gridExtra (>= 2.3),
gtools (>= 3.8.1),
reshape2 (>= 1.4.3),
dplyr (>= 0.8.3),
RANN (>= 2.6.1),
pracma (>= 2.2.5),
dbscan (>= 1.1-5),
mmand (>= 1.5.4),
tibble (>= 2.1.3),
grDevices,
stats,
utils,
vroom,
dittoSeq,
spatstat.geom,
methods,
spatstat.explore,
raster,
sp,
SummarizedExperiment,
rlang
Suggests:
BiocStyle,
plotly (>= 4.9.0),
knitr,
rmarkdown,
pkgdown,
testthat,
graphics,
alphahull,
Rtsne,
umap,
ComplexHeatmap,
elsa
biocViews: BiomedicalInformatics, CellBiology, Spatial, Clustering, DataImport, ImmunoOncology, QualityControl, SingleCell, Software, Visualization
BugReports: https://github.com/trigosteam/SPIAT/issues
RoxygenNote: 7.2.3
LazyData: true
VignetteBuilder: knitr
URL: https://trigosteam.github.io/SPIAT/