Skip to content

AUGUSTUS

基于广义隐马尔可夫模型的真核基因预测工具,能准确预测基因结构包括外显子、内含子和 UTR。 该方法支持使用 RNA-seq 和蛋白质同源性作为外部提示信息,显著提高预测准确性。

PropertyValue
Purpose真核生物基因结构从头预测
Time ComplexityO(n * s^2)
Space ComplexityO(n * s)
Year2003
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 · GlimmerHMM

Tags

ghmm ab-initio exon-intron rna-seq-hints

Released under the MIT License.