forked from SydneyBioX/CellSPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 979 Bytes
/
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
Package: CellSPA
Type: Package
Title: Cell Segmentation Performance Assessment (CellSPA)
Version: 0.1.0
Authors@R: c(
person("Yingxin", "Lin", email = "[email protected]", role = c("aut", "cre")),
person("Daniel", "Mechtersheimer", email = "[email protected]", role = c("aut")))
Description: Quantify the cell segmentation via different aspects of metrics.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 3.6.0)
Imports:
SpatialExperiment,
SingleCellExperiment,
SummarizedExperiment,
DropletUtils,
scater,
S4Vectors,
utils,
methods,
tiff,
reshape2,
BiocParallel,
grDevices,
stats,
Matrix,
Metrics,
proxyC,
RcppParallel,
alphahull,
igraph,
rgeos,
shotGroups,
sp,
spatstat.geom,
maptools,
entropy,
data.table,
grr
Suggests:
BiocStyle,
knitr,
rmarkdown,
ggthemes,
ggplot2
VignetteBuilder: knitr