Skip to content

PanVC

基于泛基因组图的变异检测流程,将比对、变异检测和分型步骤整合到图框架中。 该方法可减少参考基因组偏差,提高结构区域的变异检测准确性。

PropertyValue
Purpose基于泛基因组图的端到端变异检测
Time ComplexityO(n * m)
Space ComplexityO(n)
Year2023
DifficultyAdvanced
LanguagesC++, Python
CategoryGraph Genomics

Complexity Analysis

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

VG · Minigraph · GATK

Tags

pangenome variant-calling genotyping pipeline

Released under the MIT License.