Package: Banksy Title: Spatial transcriptomic clustering Version: 1.9.1 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.4.0) Imports: aricode, BiocParallel, data.table, dbscan, SpatialExperiment, SingleCellExperiment, SummarizedExperiment, S4Vectors, stats, Matrix, MatrixGenerics, mclust, igraph, irlba, leidenAlg (>= 1.1.0), utils, uwot, RcppHungarian, GenomeInfoDb License: file LICENSE Encoding: UTF-8 URL: https://github.com/prabhakarlab/Banksy BugReports: https://github.com/prabhakarlab/Banksy/issues RoxygenNote: 7.3.2 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 Config/pak/sysreqs: libglpk-dev make libmagick++-dev gsfonts libicu-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-05-02 23:42:03 UTC RemoteUrl: https://github.com/bioc/Banksy RemoteRef: HEAD RemoteSha: 5157d9cf8020ec49c99f18d833b143b69a496762 NeedsCompilation: no Packaged: 2026-07-02 06:03:22 UTC; root Author: Vipul Singhal [aut], Joseph Lee [aut, cre] (ORCID: ) Maintainer: Joseph Lee