STAR
超快速的 RNA-seq 比对工具,使用后缀数组和种子扩展策略实现剪接感知的比对。 该方法能够准确识别新的剪接位点,是 RNA-seq 数据分析流程中使用最广泛的比对工具。
| Property | Value |
|---|---|
| Purpose | RNA-seq 数据的剪接感知比对 |
| Time Complexity | O(n) |
| Space Complexity | O(g) |
| Year | 2013 |
| Category | Gene 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
Related Tools
HISAT2 · TopHat2 · Salmon