Skip to content

STAR

超快速的 RNA-seq 比对工具,使用后缀数组和种子扩展策略实现剪接感知的比对。 该方法能够准确识别新的剪接位点,是 RNA-seq 数据分析流程中使用最广泛的比对工具。

PropertyValue
PurposeRNA-seq 数据的剪接感知比对
Time ComplexityO(n)
Space ComplexityO(g)
Year2013
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

HISAT2 · TopHat2 · Salmon

Tags

rna-seq splice-aware alignment fast

Released under the MIT License.