Name Mode Size
..
build.R 100644 33 kb
data.R 100644 0 kb
higherOrderFunctions.R 100644 6 kb
scHOT.R 100644 7 kb
scHOT_class.R 100644 2 kb
scHOT_functions.R 100644 18 kb
scHOT_plot.R 100644 27 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/.