- Home
- Bioconductor 3.23
- Software Packages
- tidySpatialExperiment (development version)
tidySpatialExperiment
This is the development version of tidySpatialExperiment; for the stable release version, see tidySpatialExperiment.
SpatialExperiment with tidy principles
Bioconductor version: Development (3.23)
tidySpatialExperiment provides a bridge between the SpatialExperiment package and the tidyverse ecosystem. It creates an invisible layer that allows you to interact with a SpatialExperiment object as if it were a tibble; enabling the use of functions from dplyr, tidyr, ggplot2 and plotly. But, underneath, your data remains a SpatialExperiment object.
Author: William Hutchison [aut, cre] ORCID iD ORCID: 0009-0001-6242-4269 , Stefano Mangiola [aut]
Maintainer: William Hutchison <hutchison.w at wehi.edu.au>
citation("tidySpatialExperiment")):
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("tidySpatialExperiment")
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("tidySpatialExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.