Skip to content

AUGUSTUS

基于广义隐马尔可夫模型的真核基因从头预测工具,能准确预测基因结构包括外显子、内含子、UTR 和剪接位点。 该方法支持整合 RNA-seq 和同源蛋白等外部证据作为提示信息,显著提高新基因组注释的预测准确性。

PropertyValue
Purpose真核生物基因结构从头预测
Time ComplexityO(n * s^2)
Space ComplexityO(n * s)
Year2005
DifficultyIntermediate
LanguagesC++
CategoryGene Prediction

Complexity Analysis

  • Time Complexity: O(n * s^2)
  • Space Complexity: O(n * s)

Performance Insight: The time complexity of this algorithm is polynomial.

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

GeneMark · SNAP · BRAKER

Tags

gene-prediction eukaryotic hmm ab-initio

Released under the MIT License.