Skip to content

Verkko

端粒到端粒级别的基因组组装工具,整合 PacBio HiFi 高精度长读段和 ONT 超长读段实现完整基因组组装。 该方法能够填补参考基因组中的间隙,产生无间隙的端粒到端粒组装结果,是目前最完整的组装策略之一。

PropertyValue
Purpose整合 HiFi 和 ONT 数据实现端粒到端粒组装
Time ComplexityO(n log n)
Space ComplexityO(n)
Year2023
DifficultyAdvanced
LanguagesC++
CategorySequence Assembly

Complexity Analysis

  • Time Complexity: O(n log n)
  • Space Complexity: O(n)

Performance Insight: The time complexity of this algorithm is quasi-linear (n log n), balancing practical efficiency with theoretical near-optimality. 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

Hifiasm · HiCanu · Flye

Tags

t2t hybrid hifi telomere-to-telomere

Released under the MIT License.