Skip to content

ASTRAL

基于基因树汇总方法的物种树估计工具,通过寻找与输入基因树最兼容的物种树来解决不完全谱系分选问题。 在多物种溯祖模型下具有理论保证,是基因组尺度系统发育学研究中的标准方法之一。

PropertyValue
Purpose基于基因树汇总的物种树估计
Time ComplexityO(n * m)
Space ComplexityO(n * m)
Year2018
CategoryPhylogenetics

Complexity Analysis

  • Time Complexity: O(n * m)
  • Space Complexity: O(n * m)

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

ASTRAL-III · ASTRID · MP-EST

Tags

species-tree summary-method coalescent gene-tree

Released under the MIT License.