- Home
- Bioconductor 3.23
- Software Packages
- SpatialFeatureExperiment (development version)
SpatialFeatureExperiment
This is the development version of SpatialFeatureExperiment; for the stable release version, see SpatialFeatureExperiment.
Integrating SpatialExperiment with Simple Features in sf
Bioconductor version: Development (3.23)
A new S4 class integrating Simple Features with the R package sf to bring geospatial data analysis methods based on vector data to spatial transcriptomics. Also implements management of spatial neighborhood graphs and geometric operations. This pakage builds upon SpatialExperiment and SingleCellExperiment, hence methods for these parent classes can still be used.
Author: Lambda Moses [aut, cre] ORCID iD ORCID: 0000-0002-7092-9427 , Alik Huseynov [aut] ORCID iD ORCID: 0000-0002-1438-4389 , Lior Pachter [aut, ths] ORCID iD ORCID: 0000-0002-9164-6231
Maintainer: Lambda Moses <dl3764 at columbia.edu>
citation("SpatialFeatureExperiment")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("SpatialFeatureExperiment")
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("SpatialFeatureExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.