GloScope Package

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:

H. Wang, W. Torous, B. Gong, E. Purdom (2023). Visualizing scRNA-Seq Data at Population Scale with GloScope. bioRxiv.

A vignette demonstrating the basic usage of this package can be found in the vignettes folder of this repository.

Installation

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")