Skip to content

ChromHMM

基于隐马尔可夫模型的染色质状态注释工具,整合多种组蛋白修饰信号自动学习和标注染色质状态。 该方法能发现启动子、增强子、异染色质等功能区域,是表观基因组注释的标准方法。

PropertyValue
Purpose染色质状态自动发现和基因组注释
Time ComplexityO(n * s^2)
Space ComplexityO(n * s)
Year2012
CategoryEpigenomics

Complexity Analysis

  • Time Complexity: O(n * s^2)
  • Space Complexity: O(n * s)

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

Segway · ENCODE · EpiCSeg

Tags

hmm chromatin-state histone annotation

Released under the MIT License.