Skip to content

pachterlab/voyager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d31975d · Dec 2, 2024
Dec 2, 2024
Nov 18, 2024
Apr 9, 2022
Jul 30, 2023
Oct 29, 2024
Dec 2, 2024
Apr 29, 2024
Oct 25, 2024
Oct 21, 2022
Aug 15, 2022
Oct 31, 2024
Sep 19, 2024
Apr 25, 2023
Oct 29, 2024
Jul 30, 2024
Mar 20, 2024
Aug 15, 2022
Sep 19, 2024
Sep 19, 2024

Repository files navigation

From geospatial to spatial transcriptomics

Lifecycle: experimental BioC status codecov

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 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

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 with:

# install.packages("remotes")
remotes::install_github("pachterlab/voyager", ref = "devel")

Or from Bioconductor with:

BiocManager::install("Voyager", version = "devel")

For contributors

The whole git repo of this package is huge because of the large number of figures and Jupyter notebooks in the documentation website. To reduce download time and disk space usage, you may clone the devel branch only, so the documentation branches are not cloned:

git clone -b devel --single-branch https://github.com/pachterlab/voyager.git