mjbuehler commited on
Commit
9125cf2
·
verified ·
1 Parent(s): 3d2c0d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -19,6 +19,29 @@ tags:
19
 
20
  Curated human keratin AlphaFold PDB structure records with source metadata, raw PDB text, chain/residue/atom summaries, and pLDDT confidence statistics parsed from the B-factor column.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ## Dataset Summary
23
 
24
  - Hub repo: `lamm-mit/keratin-pdb`
 
19
 
20
  Curated human keratin AlphaFold PDB structure records with source metadata, raw PDB text, chain/residue/atom summaries, and pLDDT confidence statistics parsed from the B-factor column.
21
 
22
+ ## Keratin Protein Background and Study Significance
23
+
24
+ Keratins are structural proteins that form intermediate filaments in epithelial tissues, including hair, skin, and nails. In hair fibers, keratin proteins assemble into hierarchical structures that help determine mechanical properties such as strength, elasticity, toughness, and resistance to fracture. Keratins are commonly grouped into two complementary classes: Type I keratins, which are generally acidic, and Type II keratins, which are generally basic or neutral. These proteins pair to form coiled-coil heterodimers that further assemble into larger filament networks.
25
+
26
+ This work focuses on human hair keratins at the molecular scale. While hair-fiber mechanics are often studied experimentally at the macroscopic level, the molecular unfolding behavior of individual keratin proteins is less systematically characterized. The paper addresses this gap by curating 51 human keratin proteins, predicting or collecting their structures, and simulating their unfolding under controlled steered molecular dynamics conditions.
27
+
28
+ ```mermaid
29
+ flowchart LR
30
+ A["Human keratin sequences"] --> B["AlphaFold protein structures"]
31
+ B --> C["Equilibration MD"]
32
+ C --> D["Steered MD pulling"]
33
+ D --> E["Force-displacement curves"]
34
+ E --> F["Strength and toughness"]
35
+ B --> G["Sequence and structure descriptors"]
36
+ G --> H["Structure-property analysis"]
37
+ F --> H
38
+ H --> I["Molecular insight into hair-fiber mechanics"]
39
+ ```
40
+ The significance of this study is that it provides a reproducible, dataset-scale molecular dynamics framework for comparing keratin unfolding mechanics across Type I and Type II keratins. By connecting sequence features, predicted structures, secondary-structure descriptors, and MD-derived mechanical properties, the study helps explain how molecular-scale protein behavior may contribute to the toughness and resilience of hierarchical hair fibers.
41
+
42
+ The steered molecular dynamics pulling velocities used in the study are accelerated computational probes, not direct reproductions of experimental hair-fiber strain rates. Their value is comparative: they reveal relative unfolding trends, rate-sensitive stiffening, strength-toughness coupling, and relationships between molecular descriptors such as sequence length, molecular weight, coil content, SASA, and energy absorption.
43
+
44
+
45
  ## Dataset Summary
46
 
47
  - Hub repo: `lamm-mit/keratin-pdb`