Skip to content

Latest commit

History

History
33 lines (21 loc) 路 945 Bytes

File metadata and controls

33 lines (21 loc) 路 945 Bytes

CellPie

CellPie is a scalable method for spatial transcriptomics factor discovery via joint non-negative matrix factorization.

馃搫 Preprint available: biorxiv.org

CellPie Logo


馃殌 Installation

To install CellPie, run the following commands in your terminal:

# Clone the repository
git clone https://github.com/ManchesterBioinference/CellPie  
cd CellPie  

# Create and activate the Conda environment  
conda env create -f environment_cellpie.yml  
conda activate cellpie_env  

# Launch Jupyter Notebook  
jupyter notebook  

鈿狅笍 Important Notice 馃毃 Bug Alert: There is a bug in the main_v0 and main_v01 branches, where the W matrix is not updated properly. This issue has been solved in the main branch. So, please only use the main branch instead.