An open API service indexing awesome lists of open source software.

https://github.com/lucidrains/chroma-pytorch

Implementation of Chroma, generative models of protein using DDPM and GNNs, in Pytorch
https://github.com/lucidrains/chroma-pytorch

artificial-intelligence deep-learning denoising-diffusion graph-neural-networks protein-design

Last synced: 11 months ago
JSON representation

Implementation of Chroma, generative models of protein using DDPM and GNNs, in Pytorch

Awesome Lists containing this project

README

          

figure 1 in paper

*generating a protein that binds to spike protein of coronavirus - Baker lab's concurrent RFDiffusion work*

## Chroma - Pytorch (wip)

Implementation of Chroma, generative model of proteins using DDPM and GNNs, in Pytorch. Concurrent work seems to suggest we have a slight lift-off applying denoising diffusion probabilistic models to protein design. Will also incorporate self-conditioning, applied successfully by Baker lab in RFDiffusion.

Explanation by Stephan Heijl

If you are interested in open sourcing works like these out in the wild, please consider joining OpenBioML

## Todo

- [ ] use galactica

## Citations

```bibtex
@misc{
title = {Illuminating protein space with a programmable generative model},
author = {John Ingraham, Max Baranov, Zak Costello, Vincent Frappier, Ahmed Ismail, Shan Tie, Wujie Wang, Vincent Xue, Fritz Obermeyer, Andrew Beam, Gevorg Grigoryan},
year = {2022},
url = {https://cdn.generatebiomedicines.com/assets/ingraham2022.pdf}
}
```