Install the following packages using BiocManager:
# install.packages("BiocManager")
BiocManager::install(c("S4Vectors", "SummarizedExperiment", "SingleCellExperiment",
"Matrix", "IRanges", "BiocParallel", "reshape", "ggplot2", "igraph", "grDevices", "ggforce"))Then install scHOT using devtools:
library(devtools)
devtools::install_github("shazanfar/scHOT")You can find the vignette at this website: https://shazanfar.github.io/scHOT/.