ASTRAL
基于基因树汇总方法的物种树估计工具,通过寻找与输入基因树最兼容的物种树来解决不完全谱系分选问题。 在多物种溯祖模型下具有理论保证,是基因组尺度系统发育学研究中的标准方法之一。
| Property | Value |
|---|---|
| Purpose | 基于基因树汇总的物种树估计 |
| Time Complexity | O(n * m) |
| Space Complexity | O(n * m) |
| Year | 2018 |
| Category | Phylogenetics |
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
Related Tools
ASTRAL-III · ASTRID · MP-EST