sirius777coder / tmpnn

An explicit graph based deep learning model to design protein sequences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmpnn

Graph based deep learning method to design protein sequences.There are twon main models which are TMPNN-alpha and TMPNN-beta.

  1. TMPNN-alpha is only used for inverse folding (also called fixed backbone design).
  2. TMPNN-beta v1.0 is trained to not only capture the residue identity information but the residue topology information. We add a conditional random field after the encoder block.
  3. TMPNN-beta v2.0 add an IPA module from OpenFold to explicit model the backbone information.

Author : Bo Zhang

E-mail : zhangbo777@sjtu.edu.cn

About

An explicit graph based deep learning model to design protein sequences.

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%