Name Mode Size
..
articles 040000
reference 040000
404.html 100644 5 kb
authors.html 100644 5 kb
bootstrap-toc.css 100644 2 kb
bootstrap-toc.js 100644 5 kb
docsearch.css 100644 11 kb
docsearch.js 100644 2 kb
index.html 100644 7 kb
link.svg 100644 1 kb
pkgdown.css 100644 7 kb
pkgdown.js 100644 3 kb
pkgdown.yml 100644 0 kb
README.md
# scHOT: single-cell higher order testing ## Installation Install the following packages using `BiocManager`: ```r # install.packages("BiocManager") BiocManager::install(c("S4Vectors", "SummarizedExperiment", "SingleCellExperiment", "Matrix", "IRanges", "BiocParallel", "reshape", "ggplot2", "igraph", "grDevices", "ggforce")) ``` Then install `scHOT` using `devtools`: ```r library(devtools) devtools::install_github("shazanfar/scHOT") ``` ## Vignette You can find the vignette at this website: https://shazanfar.github.io/scHOT/.