LigBind
LigBind predicts ligand-specific protein binding residues using a relation-aware graph neural network framework to enable residue-level binding prediction across 1159 ligands.
Key Features:
- Relation-Aware Framework: Models shared binding preferences among ligands using relation-aware classifiers to leverage similarities across ligands.
- Graph Neural Network-Based Feature Extraction: Uses a graph neural network to extract features from ligand-residue pairs and capture interaction patterns.
- Pre-Training and Fine-Tuning: Performs graph-level pre-training across ligands followed by ligand-specific fine-tuning using a domain adaptive neural network.
- Benchmark Datasets: Validated on datasets comprising 1159 ligands and an additional set of 16 unseen ligands.
- Application in Viral Proteins: Identifies binding residues in SARS-CoV-2 main protease, papain-like protease, and RNA-dependent RNA polymerase.
Scientific Applications:
- Drug target identification: Predicts residue-level ligand binding to facilitate identification of potential drug targets.
- Antiviral drug development: Maps binding residues in SARS-CoV-2 proteins to inform antiviral compound design.
- Generalization to sparse-data ligands: Enables prediction for ligands with limited known binding proteins by leveraging shared ligand relations learned in pre-training.
Methodology:
A GNN-based feature extractor is pre-trained on ligand-residue pairs with relation-aware classifiers developed for similar ligands, and the pre-trained model is fine-tuned per ligand using a domain adaptive neural network.
Topics
Details
- License:
- CC-BY-4.0
- Cost:
- Free of charge
- Tool Type:
- web application
- Operating Systems:
- Mac, Linux, Windows
- Programming Languages:
- Python
- Added:
- 10/15/2023
- Last Updated:
- 11/24/2024
Operations
Data Inputs & Outputs
Ligand-binding site prediction
Inputs
Outputs
Publications
Xia Y, Pan X, Shen H. LigBind: Identifying Binding Residues for Over 1000 Ligands with Relation-Aware Graph Neural Networks. Journal of Molecular Biology. 2023;435(13):168091. doi:10.1016/j.jmb.2023.168091. PMID:37054909.
PMID: 37054909
Funding: - National Natural Science Foundation of China: 61725302, 61903248, 62073219
- Science and Technology Commission of Shanghai Municipality: 20S11902100, 22511104100
Links
Repository
https://github.com/YYingXia/LigBind/