Skip to content

MAFFT

基于快速傅里叶变换的多序列比对工具,使用 FFT 加速同源区域检测和比对优化。 该方法提供多种比对策略,能高效处理从数十到数万条序列的比对任务。

PropertyValue
Purpose高效多序列比对
Time ComplexityO(n * L * log L)
Space ComplexityO(n * L)
Year2002
CategorySequence Alignment

Complexity Analysis

  • Time Complexity: O(n * L * log L)
  • 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

MUSCLE · Clustal Omega · T-Coffee

Tags

fft multiple-alignment scalable versatile

Released under the MIT License.