Skip to content

I-TASSER

结合 threading、片段组装和结构精修的蛋白质结构预测方法,可在模板信息有限时构建较高质量的三维模型。 该方法长期在结构预测评测中表现稳定,并常用于结构功能注释、结合位点推断和蛋白互作研究。

PropertyValue
Purpose结合 threading 与组装策略进行蛋白质结构建模
Time ComplexityO(n^3)
Space ComplexityO(n^2)
Year2008
CategoryProtein Structure Prediction

Complexity Analysis

  • Time Complexity: O(n^3)
  • Space Complexity: O(n^2)

Performance Insight: The time complexity of this algorithm is cubic (O(n³)), only practical for small inputs; heuristic optimizations required at scale. 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

MODELLER · Rosetta · Phyre2

Tags

threading template-based fragment-assembly structure-refinement

Released under the MIT License.