Skip to content

ProteinMPNN

基于消息传递神经网络的蛋白质序列设计方法,从给定的蛋白质骨架结构出发 设计满足该结构的氨基酸序列。该方法在序列恢复率和实验成功率上大幅优于 传统的 Rosetta 设计方法。

PropertyValue
Purpose基于图神经网络的蛋白质序列设计
Time ComplexityO(n^2 * d)
Space ComplexityO(n^2)
Year2022
DifficultyAdvanced
LanguagesPython
CategoryProtein Language Model

Complexity Analysis

  • Time Complexity: O(n^2 * d)
  • Space Complexity: O(n^2)

Performance Insight: The time complexity of this algorithm is polynomial. High space complexity; consider Hirschberg-style space-optimized variants for very long sequences.

Note: Complexity analysis is based on theoretical models. Actual runtime is affected by input scale, hardware, and implementation optimizations. Benchmark for your specific workload.

Literature & Implementation

Rosetta · RFdiffusion · ESM

Tags

protein-design inverse-folding graph-neural-network sequence-design

Released under the MIT License.