Skip to content

Clustal Omega

高性能的多序列比对工具,使用 mBed 引导树和 HHalign 算法实现快速准确的多序列比对。 该方法能够在合理时间内处理数千条序列的比对任务,是多序列比对领域的标准工具。

PropertyValue
Purpose大规模多序列比对
Time ComplexityO(n * L^2)
Space ComplexityO(n * L)
Year2011
CategorySequence Alignment

Complexity Analysis

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

Performance Insight: The time complexity of this algorithm is polynomial.

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

ClustalW · T-Coffee · MAFFT

Tags

multiple-alignment guide-tree progressive scalable

Released under the MIT License.