scEPS (single-cell Expression exPlainability Statistics)
This repo contains the code of the method, scEPS, for integrating GWAS and single-cell disease cell atlas data to identify disease-associated cell neighborhoods. scEPS calculates a
We provide a detailed manual of scEPS in the Wiki page.
The easiest way to install scEPS is by creating a dedicated environment through Anaconda or Miniforge. To do this, please first install Anaconda or Miniforge on your machine. You may then install scEPS using the following commands:
git clone git@github.com:Genentech/sceps.git
cd sceps_tool
conda env create -f sceps.yml
conda activate scepsThe user may also manually install the required packages to run scEPS using the following commands:
conda install pandas=1.5.3
conda install numpy=1.26.2
conda install scipy=1.13.1
conda install scanpy=1.10.3
conda install anndata=0.10.7
conda install scikit-learn=1.3.2Once the required packages to run scEPS are installed, the user may then install scEPS using:
git clone git@github.com:Genentech/sceps.gitThe current draft of the manuscript is available here.
