Skip to content

StringTie

高效的转录本组装和丰度估计工具,使用网络流算法从 RNA-seq 比对结果中重构转录本结构。 该方法能够准确组装新的转录本异构体并估计其表达量,是转录组分析流程中的核心组件。

PropertyValue
Purpose转录本组装与丰度估计
Time ComplexityO(n)
Space ComplexityO(g)
Year2015
CategoryGene Expression Analysis

Complexity Analysis

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

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

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

STAR · HISAT2 · Cufflinks

Tags

transcript-assembly quantification rna-seq splice-aware

Released under the MIT License.