Skip to content

HMMRATAC

专为 ATAC-seq 设计的开放染色质识别算法,使用隐马尔可夫模型整合不同片段长度信号进行峰值检测。 该方法能同时刻画核小体缺失区与周围核小体结构,在开放染色质分析中具有较高分辨率和稳健性。

PropertyValue
Purpose基于 ATAC-seq 信号识别开放染色质区域
Time ComplexityO(n)
Space ComplexityO(n)
Year2019
CategoryEpigenomics

Complexity Analysis

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

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

MACS2 · Genrich · ATACseqQC

Tags

atac-seq hmm peak-calling open-chromatin

Released under the MIT License.