Skip to content

Bismark

亚硫酸氢盐测序数据的比对和甲基化分析工具,处理 C-to-T 转换后的序列比对和甲基化水平量化。 该方法能区分 CpG、CHG、CHH 不同类型的甲基化,是 DNA 甲基化分析的核心工具。

PropertyValue
Purpose亚硫酸氢盐测序数据的比对和甲基化定量
Time ComplexityO(n * g)
Space ComplexityO(g)
Year2011
CategoryEpigenomics

Complexity Analysis

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

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

BSseeker2 · methylKit · bwa-meth

Tags

bisulfite-seq methylation cpg epigenetic

Released under the MIT License.