Skip to content

SPAdes

基于多尺度 De Bruijn 图的基因组组装工具,使用多个 k-mer 长度构建和合并组装图。 该方法在小基因组组装中表现优异,支持单细胞、宏基因组等多种测序数据的组装。

PropertyValue
Purpose小基因组和单细胞数据的高质量组装
Time ComplexityO(n * k)
Space ComplexityO(n)
Year2012
CategorySequence Assembly

Complexity Analysis

  • Time Complexity: O(n * k)
  • Space Complexity: O(n)

Performance Insight: The time complexity of this algorithm is polynomial. Linear space can often be reduced by constant factors via sliding-window techniques.

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

MEGAHIT · Velvet · IDBA-UD

Tags

de-bruijn multi-kmer versatile single-cell

Released under the MIT License.