pengzhangzhi / ab_opt

Official implementation of Generative Diffusion Models for Antibody Design, Docking, and Optimization.
Apache License 2.0
45 stars 7 forks source link
# Generative Diffusion Models for Antibody Design, Docking, and Optimization **| [Code](https://github.com/pengzhangzhi/ab_opt) | [Paper](https://www.biorxiv.org/content/10.1101/2023.09.25.559190v1) | [Homepage](https://pengzhangzhi.github.io/ab_opt_homepage/) |**

Official PyTorch implementation of Generative Diffusion Models for Antibody Design, Docking, and Optimization.

The wet experiment data used to validate our pipeline is available at wet_experiment_data.zip

Cover Image

Quick start

Installation

git clone git@github.com:pengzhangzhi/ab_opt.git

Antibody optimization pipeline

want to use it online? Check out the colab version of the antibody optimization pipeline.

Running the pipeline in local

AbDesign

Please take a look at the AbDesign on reproducing the training and evaluation of the AbDesign.

AbDock

Please refer to the AbDock on how to reproduce the training and evaluation of the AbDock and the antibody optimization pipeline.

Credits

This codebase is based on the following repositories, we thank the authors for their great work.