- Home
- Bioconductor 3.23
- Software Packages
- spicyR (development version)
spicyR
This is the development version of spicyR; for the stable release version, see spicyR.
Spatial analysis of in situ cytometry data
Bioconductor version: Development (3.23)
The spicyR package provides a framework for performing inference on changes in spatial relationships between pairs of cell types for cell-resolution spatial omics technologies. spicyR consists of three primary steps: (i) summarizing the degree of spatial localization between pairs of cell types for each image; (ii) modelling the variability in localization summary statistics as a function of cell counts and (iii) testing for changes in spatial localizations associated with a response variable.
Author: Nicolas Canete [aut], Ellis Patrick [aut, cre], Nicholas Robertson [ctb], Alex Qin [ctb], Farhan Ameen [ctb], Shreya Rao [ctb]
Maintainer: Ellis Patrick <ellis.patrick at sydney.edu.au>
citation("spicyR")):
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("spicyR")
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("spicyR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.