Petimot / README.md
Valmbd's picture
Force Space restart to pick up updated app/utils/data_loader.py [2026-03-27 13:51 UTC]
f25cd9f verified
---
title: PETIMOT Explorer
emoji: ๐Ÿงฌ
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: true
license: gpl-3.0
tags:
- protein
- motion
- GNN
- bioinformatics
- structural-biology
short_description: "Explore SE(3)-equivariant protein motion predictions"
---
# ๐Ÿงฌ PETIMOT Explorer
**Protein Motion Inference from Sparse Data**
Interactive explorer for protein motion predictions using SE(3)-equivariant Graph Neural Networks.
## Features
- ๐Ÿ” **Explorer** โ€” Browse pre-computed predictions for ~36K proteins
- ๐Ÿ”ฎ **Inference** โ€” Predict motion for any protein (PDB ID or upload)
- ๐Ÿ“Š **Statistics** โ€” Dataset-wide analysis and distributions
- ๐ŸŽจ **3D Viewer** โ€” Interactive motion visualization with displacement arrows
- ๐Ÿงฌ **Sequence View** โ€” Per-residue displacement heatmap with coverage overlay
## Paper
> Lombard, Grudinin & Laine โ€” *PETIMOT: SE(3)-Equivariant GNNs for Protein Motion Prediction*
> [arXiv 2504.02839](https://arxiv.org/abs/2504.02839)
## Usage
```bash
git clone https://github.com/PhyloSofS-Team/PETIMOT
cd PETIMOT
pip install -r app/requirements.txt
streamlit run app/app.py
```
<!-- deploy: 2026-03-27 13:51 UTC -->