Skip to content

QUAST

基因组组装质量评估工具,计算 contig N50、scaffold N50、错配率和完整性等指标。该工具支持无参考和有参考的评估,是组装结果评价的标准工具。

PropertyValue
Purpose基因组组装质量的综合评估
Time ComplexityO(n * r)
Space ComplexityO(n)
Year2013
DifficultyBeginner
LanguagesPython
CategorySequence Assembly

Complexity Analysis

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

BUSCO · Merqury · Inspector

Tags

quality-assessment n50 assembly-evaluation standard

Released under the MIT License.