You can install the released version of IRIS from Github with the following code, for more installation details or solutions that might solve related issues (specifically MacOS system) see the link.
- R version >= 4.2.2.
- Dependent R packages: Rcpp (>= 1.0.9), RcppArmadillo, SingleCellExperiment, SummarizedExperiment, methods, Matrix, MCMCpack, fields, wrMisc, RANN, stats, ggplot2, grDevices, reshape2
# install devtools if necessary
install.packages('devtools')
# install the IRIS package
devtools::install_github('YingMa0107/IRIS')
# load package
library(IRIS)
The R package has been installed successfully on Operating systems:
- macOS Catalina 10.15, macOS Monterey 12.4
- Ubuntu 18.04.6 LTS
- Windows 10
All feedback, bug reports and suggestions are warmly welcomed! Please make sure to raise issues with a detailed and reproducible example and also please provide the output of your sessionInfo() in R!
Ying Ma and Xiang Zhou. Integrative and Reference-Informed Spatial Domain Detection for Spatial Transcriptomics, Nature Methods 2024, link
Details in Tutorial