A geometric deep learning model that predicts transcriptional outcomes of single and multi-gene perturbations from single-cell RNA-seq data.
GEARS is a geometric deep learning model that predicts transcriptional outcomes of genetic perturbations using single-cell RNA-sequencing data. It solves the challenge of anticipating how novel combinations of gene perturbations will affect gene expression patterns, which is crucial for understanding genetic interactions and identifying therapeutic targets. The model leverages graph neural networks to represent gene-gene relationships and predict expression changes.
Bioinformatics researchers and computational biologists working with single-cell perturbation screens who need to predict effects of multi-gene interventions. Particularly valuable for labs studying genetic interactions, functional genomics, and therapeutic target discovery.
GEARS uniquely predicts outcomes for novel multi-gene perturbations by learning from existing perturbation data, unlike methods limited to single-gene predictions. Its graph-based architecture captures biological interactions more effectively than traditional approaches, providing more accurate forecasts of combinatorial genetic effects.
GEARS is a geometric deep learning model that predicts outcomes of novel multi-gene perturbations
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Forecasts transcriptional outcomes for both single and combinatorial gene perturbations, enabling researchers to predict novel multi-gene effects as shown in the API with examples like ['CBL', 'CNN1'].
Uses geometric deep learning with graph neural networks to capture gene-gene interaction networks, providing a more accurate representation of complex biological relationships than traditional methods.
Provides confidence metrics for predictions through specialized training, as highlighted in the uncertainty tutorial, helping assess reliability in experimental prioritization.
Offers a simple Python interface for training, prediction, and data processing, with clear demos and Colab notebooks that simplify adoption and reproducibility.
Exclusively designed for single-cell RNA-seq data and not tested for bulk sequencing, restricting use to specific experimental setups as admitted in the README notes.
Must be trained on some combinatorial perturbation data to predict multi-gene outcomes, which limits applicability when only single-gene datasets are available.
Installation depends on PyG (PyTorch Geometric), which can have compatibility issues and a steeper learning curve compared to lighter, more straightforward libraries.