Name Mode Size
..
AllGenerics.R 100644 1 kb
SFEMethod-bivariate.R 100644 2 kb
SFEMethod-class.R 100644 11 kb
SFEMethod-multivariate.R 100644 5 kb
SFEMethod-spdep.R 100644 5 kb
bivariate.R 100644 13 kb
data.R 100644 0 kb
featureData.R 100644 11 kb
geom_spi.R 100644 3 kb
gstat.R 100644 24 kb
listSFEMethods.R 100644 1 kb
multivariate.R 100644 11 kb
plot-non-spatial.R 100644 15 kb
plot-univar-downstream.R 100644 31 kb
plot.R 100644 40 kb
plotLocalResult.R 100644 10 kb
plotSpatialReducedDim.R 100644 4 kb
res2df.R 100644 5 kb
spatial-misc.R 100644 5 kb
sysdata.rda 100644 1 kb
univariate-downstream.R 100644 9 kb
univariate-internal.R 100644 20 kb
univariate.R 100644 15 kb
utils.R 100644 11 kb
README.md
# From geospatial to spatial transcriptomics <!-- badges: start --> [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![BioC status](http://www.bioconductor.org/shields/build/release/bioc/Voyager.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/Voyager) [![codecov](https://codecov.io/gh/pachterlab/voyager/branch/devel/graph/badge.svg?token=RCIXA7AQER)](https://codecov.io/gh/pachterlab/voyager) <!-- badges: end --> This package brings the tradition of geospatial statistics to spatial omics by wrapping classical geospatial packages such as `spdep` and `gstat` to be used with the SpatialFeatureExperiment class, which extends SpatialExperiment with sf. The [companion website](https://pachterlab.github.io/voyager/) for this package includes vignettes that showcase the functionality of `Voyager` in the context of the Visium, Slide-seq V2, CosMx, Xenium, and MERFISH technologies. ## Installation This package is in Bioconductor version 3.16 and above. Install with ```r if (!requireNamespace("BiocManager")) install.packages("BiocManager") BiocManager::install(version = "3.17") # Or a higher version in the future BiocManager::install("Voyager") ``` The main branch in this repo is the release version. The development version of Voyager can be installed from [GitHub](https://github.com/) with: ```r # install.packages("remotes") remotes::install_github("pachterlab/voyager", ref = "devel") ``` Or from Bioconductor with: ```r BiocManager::install("Voyager", version = "devel") ```