- Home
- Bioconductor 3.17
- Software Packages
- Voyager
Voyager
This package is for version 3.17 of Bioconductor; for the stable, up-to-date release version, see Voyager.
From geospatial to spatial omics
Bioconductor version: 3.17
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.
Author: Lambda Moses [aut, cre] , Kayla Jackson [aut] , Laura Luebbert [aut] , Lior Pachter [aut, rev]
Maintainer: Lambda Moses <dlu2 at caltech.edu>
citation("Voyager")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Voyager")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Voyager")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.