- Home
- Bioconductor 3.21
- Software Packages
- hoodscanR
hoodscanR
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see hoodscanR.
Spatial cellular neighbourhood scanning in R
Bioconductor version: 3.21
hoodscanR is an user-friendly R package providing functions to assist cellular neighborhood analysis of any spatial transcriptomics data with single-cell resolution. All functions in the package are built based on the SpatialExperiment object, allowing integration into various spatial transcriptomics-related packages from Bioconductor. The package can result in cell-level neighborhood annotation output, along with funtions to perform neighborhood colocalization analysis and neighborhood-based cell clustering.
Author: Ning Liu [aut, cre] ORCID iD ORCID: 0000-0002-9487-9305 , Jarryd Martin [aut]
Maintainer: Ning Liu <ning.liu at adelaide.edu.au>
citation("hoodscanR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("hoodscanR")
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("hoodscanR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.