Skip to content

MetaBAT 2

利用四核苷酸频率和覆盖度信息的自适应宏基因组分箱方法,通过概率模型将组装重叠群聚类为微生物基因组单元。 该方法在精度和召回率之间实现了良好平衡,支持深度和浅层测序数据,是环境微生物学研究中 MAG 构建的主力工具。

PropertyValue
Purpose自适应宏基因组重叠群分箱与基因组恢复
Time ComplexityO(n * c)
Space ComplexityO(n)
Year2019
DifficultyIntermediate
LanguagesC++
CategoryMetagenomics

Complexity Analysis

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

MaxBin 2 · CONCOCT · DAS Tool

Tags

binning metagenome adaptive contig

Released under the MIT License.