-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
67 lines (67 loc) · 1.69 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
Package: Banksy
Title: Spatial transcriptomic clustering
Version: 0.99.13
Authors@R: c(
person(given = "Vipul",
family = "Singhal",
role = c("aut")),
person(given = "Joseph",
family = "Lee",
role = c("aut", "cre"),
email = "joseph.lee@u.nus.edu",
comment = c(ORCID="0000-0002-4983-4714"))
)
Description: Banksy is an R package that incorporates spatial information to
cluster cells in a feature space (e.g. gene expression). To incorporate
spatial information, BANKSY computes the mean neighborhood expression and
azimuthal Gabor filters that capture gene expression gradients. These
features are combined with the cell's own expression to embed cells in a
neighbor-augmented product space which can then be clustered, allowing for
accurate and spatially-aware cell typing and tissue domain segmentation.
Depends:
R (>= 4.3.0)
Imports:
aricode,
data.table,
dbscan,
SpatialExperiment,
SingleCellExperiment,
SummarizedExperiment,
S4Vectors,
stats,
matrixStats,
mclust,
igraph,
irlba,
leidenAlg (>= 1.1.0),
utils,
uwot,
RcppHungarian
License: file LICENSE
Encoding: UTF-8
URL: https://github.com/prabhakarlab/Banksy
BugReports: https://github.com/prabhakarlab/Banksy/issues
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
pals,
scuttle,
scater,
scran,
cowplot,
ggplot2,
testthat (>= 3.0.0),
harmony,
Seurat,
ExperimentHub,
spatialLIBD,
BiocStyle
VignetteBuilder: knitr
Config/testthat/edition: 3
biocViews:
Clustering,
Spatial,
SingleCell,
GeneExpression,
DimensionReduction