Skip to content

Ballgown

基于 FPKM 值的转录本差异表达分析工具,使用线性模型和统计检验检测条件间 的表达差异。该方法与 StringTie 流程紧密集成,提供转录本和外显子水平的 差异分析功能。

PropertyValue
Purpose基于 FPKM 的转录本差异表达分析
Time ComplexityO(n * g)
Space ComplexityO(g)
Year2014
DifficultyIntermediate
LanguagesR
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 · StringTie · Cufflinks

Tags

differential-expression fpkm transcript-level linear-model

Released under the MIT License.