Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 782 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 782 Bytes

hoodscanR: Cellular neighborhoods scanning from spatial transcriptomics data in R

R-CMD-check Coverage status

Install released version from Bioconductor

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("hoodscanR")

Install development version from GitHub

library(devtools)
devtools::install_github("DavisLaboratory/hoodscanR")