Skip to content

edgeR

基于经验贝叶斯方法的差异表达分析工具,使用负二项分布建模并通过标签化分散估计提高统计效力。 该方法适合处理小样本和多因素实验设计,与 DESeq2 并列为最主流的差异表达分析工具。

PropertyValue
Purpose基于经验贝叶斯的差异表达分析
Time ComplexityO(n * g)
Space ComplexityO(g)
Year2010
CategoryGene Expression Analysis

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

DESeq2 · limma-voom · Bioconductor

Tags

rna-seq differential-expression empirical-bayes statistical

Released under the MIT License.