SkillAgentSearch skills...

Cell2fate

Inference of RNA velocity modules for prediction of cell fates and integration with spatial and regulatory models.

Install / Use

/learn @BayraktarLab/Cell2fate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Run tests codecov Documentation Status

alt text

Usage and Tutorials

Please find our documentation and tutorials here.

Publication figures

Results from all datasets in the cell2fate preprint can be reproduced with these noteobooks.

Installation

We suggest using a separate conda environment for installing cell2fate.

Create a conda environment and install the cell2fate package.

conda create -y -n cell2fate_env python=3.9

conda activate cell2fate_env
pip install git+https://github.com/BayraktarLab/cell2fate

If you use a newer GPU with CUDA > 10.2 you will need to install a newer pytorch version into the environment like this:

conda activate cell2fate_env
pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu116

To use this environment in a jupyter notebook, add a jupyter kernel for this environment:

conda activate cell2fate_env
pip install ipykernel
python -m ipykernel install --user --name=cell2fate_env --display-name='Environment (cell2fate_env)'

If you do not have conda please install Miniconda first:

cd /path/to/software
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
# use prefix /path/to/software/miniconda3

Before installing cell2fate and it's dependencies, it could be necessary to make sure that you are creating a fully isolated conda environment by telling python to NOT use user site for installing packages, ideally by adding this line to your ~/.bashrc file , but this would also work during a terminal session:

export PYTHONNOUSERSITE="someletters"
View on GitHub
GitHub Stars85
CategoryDevelopment
Updated10d ago
Forks9

Languages

Python

Security Score

95/100

Audited on Mar 23, 2026

No findings