Skip to content

methylKit

面向高通量甲基化测序的分析工具包,支持甲基化位点过滤、差异甲基化分析和功能区域注释。 该方法适合 RRBS 和全基因组亚硫酸氢盐测序数据,广泛用于比较不同样本间的 DNA 甲基化变化。

PropertyValue
Purpose高通量甲基化测序数据的差异分析与注释
Time ComplexityO(n * s)
Space ComplexityO(n)
Year2012
CategoryEpigenomics

Complexity Analysis

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

Bismark · DSS · bsseq

Tags

methylation differential-analysis rrbs bisulfite-seq

Released under the MIT License.