Code Monkey home page Code Monkey logo

rde-ppi's Introduction

RDE-PPI

cover

โ›ฐ๏ธ Rotamer Density Estimator is an Unsupervised Learner of the Effect of Mutations on Protein-Protein Interaction (ICLR 2023)

[Paper]

Install

Environment

conda env create -f env.yml -n RDE
conda activate RDE

The default PyTorch version is 1.12.1 and cudatoolkit version is 11.3. They can be changed in env.yml.

Datasets

Dataset Download Script
PDB-REDO data/get_pdbredo.sh
SKEMPI v2 data/get_skempi_v2.sh

Trained Weights

https://drive.google.com/drive/folders/1jS7VCLyLZoxDyYb092Y7QqxyOGUE8iUm?usp=share_link

Usage

Evaluate RDE-Network

python test_rde_network_skempi.py --ckpt ./trained_models/DDG_RDE_Network_30k.pt

Evaluate RDE-Linear

python test_rde_linear_skempi.py --ckpt ./trained_models/RDE.pt

Predict Mutational Effects for a SARS-CoV-2 Human Antibody and Other Protein Complexes

python pointmut_analysis.py ./configs/inference/7FAE_RBD_Fv_mutation.yml

๐Ÿ’ก The script can also predict mutational effects for other protein complexes. Please refer to the example configuration file 7FAE_RBD_Fv_mutation.yml to create your own mutation instruction.

Train RDE

python train.py ./configs/train/rde.yml

Train RDE-Network (DDG)

python train_rde_network_skempi.py ./configs/train/rde_ddg_skempi.yml

Reference

@inproceedings{luo2023rotamer,
  title={Rotamer Density Estimator is an Unsupervised Learner of the Effect of Mutations on Protein-Protein Interaction},
  author={Shitong Luo and Yufeng Su and Zuofan Wu and Chenpeng Su and Jian Peng and Jianzhu Ma},
  booktitle={The Eleventh International Conference on Learning Representations },
  year={2023},
  url={https://openreview.net/forum?id=_X9Yl1K2mD}
}

rde-ppi's People

Contributors

avilella avatar luost26 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.