Skip to content

MetaBAT 2

基于 tetranucleotide 频率和覆盖度信息的宏基因组 binning 工具,用于从混合组装结果中恢复微生物基因组。 该方法在精度和召回率之间取得良好平衡,是构建 MAGs 流程中最常用的自动分箱工具之一。

PropertyValue
Purpose从宏基因组组装结果中进行自动分箱和基因组恢复
Time ComplexityO(n * c)
Space ComplexityO(n)
Year2019
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 · CheckM

Tags

binning mags coverage tetranucleotide

Released under the MIT License.