- Home
- Bioconductor 3.22
- Software Packages
- tidySpatialExperiment
tidySpatialExperiment
This is the released version of tidySpatialExperiment; for the devel version, see tidySpatialExperiment.
SpatialExperiment with tidy principles
Bioconductor version: Release (3.22)
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.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.