Skip to content

Bracken

基于贝叶斯统计框架的物种丰度估计方法,在 Kraken 分类结果基础上利用 k-mer 分布特征校正物种级丰度。 该方法通过概率模型将读段重新分配到各分类层级,显著提高物种丰度估计的准确性,是 Kraken 流程的重要补充。

PropertyValue
Purpose基于贝叶斯方法的 Kraken 物种丰度校正
Time ComplexityO(n)
Space ComplexityO(d)
Year2017
DifficultyIntermediate
LanguagesPython
CategoryMetagenomics

Complexity Analysis

  • Time Complexity: O(n)
  • Space Complexity: O(d)

Performance Insight: The time complexity of this algorithm is linear (O(n)), scales linearly to TB-scale data and is suitable for streaming pipelines.

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

Kraken2 · MetaPhlAn · Centrifuge

Tags

abundance-estimation bayesian kraken species-level

Released under the MIT License.