Bo-Ni commited on
Commit
bd9be9f
1 Parent(s): bec0042

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
 
1
+ # ProteinMechanicsDiffusionDesign
2
+
3
+ ## End-to-end de novo protein generation based on nonlinear mechanical unfolding responses using a protein language diffusion model
4
+
5
+
6
+ ![plot](./documents/Figure1.png)
7
+
8
+ ### Summary
9
+ Through evolution, nature has presented a set of remarkable protein materials, including elastins, silks, keratins and collagens with superior mechanical performances that play crucial roles in mechanobiology. However, going beyond natural designs to discover proteins that meet specified mechanical properties remains challenging. Here we report a generative model that predicts protein designs to meet complex nonlinear mechanical property-design objectives. Our model leverages deep knowledge on protein sequences from a pre-trained protein language model and maps mechanical unfolding responses to create novel proteins. Via full-atom molecular simulations for direct validation, we demonstrate that the designed proteins are novel, and fulfill the targeted mechanical properties, including unfolding energy and mechanical strength, as well as the detailed unfolding force-separation curves. Our model offers rapid pathways to explore the enormous mechanobiological protein sequence space unconstrained by biological synthesis, using mechanical features as target to enable the discovery of protein materials with superior mechanical properties.
10
+
11
+
12
+ ### Installation and use
13
+
14
+ <a target="_blank" href="https://colab.research.google.com/github/lamm-mit/ProteinMechanicsDiffusionDesign/blob/main/notebook_for_colab/pLDM_inference_standalone_colab.ipynb">
15
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
16
+ </a>
17
+
18
+
19
+ To install and run, just clike the "open in Colab" badge and run all.
20
+ Note that, the first run may take time as it includes downloading and installing packages and the trained model.
21
+
22
+
23
  ---
24
  license: mit
25
  ---