This repository implements the GloScope
methodology for sample-level analysis of scRNA-Seq data. The details of this methodology can be found in the following pre-print:
A vignette demonstrating the basic usage of this package can be found in the vignettes folder of this repository.
This package is available on Bioconductor, and the following R code can be used to install it.
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GloScope")