Skip to content

BRAKER

结合从头预测和证据驱动方法的真核基因注释流水线,自动整合 RNA-seq 和蛋白质数据训练基因预测模型。 该工具将 GeneMark 和 AUGUSTUS 有机结合,实现全自动的高精度基因结构注释。

PropertyValue
Purpose全自动真核基因结构注释
Time ComplexityO(n * g)
Space ComplexityO(n)
Year2016
CategoryGene Prediction

Complexity Analysis

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

AUGUSTUS · GeneMark-ET · MAKER

Tags

pipeline evidence-based automated rna-seq

Released under the MIT License.