This repository contains the code used to generate the figures, simulation experiments, and real-world data applications presented in the following paper:
The R code which generates the paper's figures can be found in Code/Figure
. Likewise, the simulations can be rerun with the code in Code/simulation
.
The folder Code/Process_Datasets
contains the steps to transform publicly available scRNA-Seq UMI counts into a Seurat
or SingleCellExperiment
object with a standardized format.
Due to size constraints, the datasets used as input are not included in this repository. There are .txt
files in that folder which link to the source of each dataset.
Within Code/Analyze_Datasets
, the GloScope methodology is applied to these standardized objects, and the results are compared across datasets.
For further information about the R implementation of the GloScope methodology, visit this GitHub repository.