Package: Voyager Type: Package Title: From geospatial to spatial omics Version: 1.5.0 Authors@R: c(person("Lambda", "Moses", email = "dlu2@caltech.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7092-9427")), person("Kayla", "Jackson", email = "kaylajac@caltech.edu", role = c("aut"), comment = c(ORCID = "0000-0001-6483-0108")), person("Laura", "Luebbert", email = "lauraluebbert@caltech.edu", role = c("aut"), comment = c(ORCID = "0000-0003-1379-2927")), person("Lior", "Pachter", email = "lpachter@caltech.edu", role = c("aut", "rev"), comment = c(ORCID = "0000-0002-9164-6231"))) Description: SpatialFeatureExperiment (SFE) is a new S4 class for working with spatial single-cell genomics data. The voyager package implements basic exploratory spatial data analysis (ESDA) methods for SFE. Univariate methods include univariate global spatial ESDA methods such as Moran's I, permutation testing for Moran's I, and correlograms. Bivariate methods include Lee's L and cross variogram. Multivariate methods include MULTISPATI PCA and multivariate local Geary's C recently developed by Anselin. The Voyager package also implements plotting functions to plot SFE data and ESDA results. Imports: BiocParallel, bluster, ggnewscale, ggplot2 (>= 3.4.0), grDevices, grid, lifecycle, Matrix, matrixStats, methods, patchwork, rlang, RSpectra, S4Vectors, scales, scico, sf, SingleCellExperiment, SpatialExperiment, SpatialFeatureExperiment (>= 1.2.1), spdep, stats, SummarizedExperiment, terra, utils Suggests: automap, BiocSingular, BiocStyle, cowplot, ExperimentHub, ggh4x, gstat, hexbin, knitr, pheatmap, rhdf5, rmarkdown, scater, scattermore, scran, sfarrow, SFEData, testthat (>= 3.0.0), vdiffr, vroom License: Artistic-2.0 Encoding: UTF-8 RoxygenNote: 7.2.3 Config/testthat/edition: 3 Depends: R (>= 4.2.0) biocViews: GeneExpression, Spatial, Transcriptomics, Visualization VignetteBuilder: knitr URL: https://github.com/pachterlab/voyager BugReports: https://github.com/pachterlab/voyager/issues Collate: 'AllGenerics.R' 'res2df.R' 'SFEMethod-class.R' 'SFEMethod-bivariate.R' 'SFEMethod-multivariate.R' 'SFEMethod-spdep.R' 'bivariate.R' 'data.R' 'featureData.R' 'geom_spi.R' 'gstat.R' 'listSFEMethods.R' 'multivariate.R' 'plot-non-spatial.R' 'plot-univar-downstream.R' 'plot.R' 'plotLocalResult.R' 'plotSpatialReducedDim.R' 'spatial-misc.R' 'univariate-downstream.R' 'univariate-internal.R' 'univariate.R' 'utils.R'