Skip to content

Salmon

基于选择性比对的高速转录本定量工具,使用轻量级比对和在线 EM 算法估计转录本丰度。 该方法速度极快且内存占用低,能够校正 GC 含量偏差和序列特异性偏差。

PropertyValue
Purpose快速准确的转录本定量
Time ComplexityO(n)
Space ComplexityO(t)
Year2017
CategoryGene Expression Analysis

Complexity Analysis

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

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

Kallisto · RSEM · Sailfish

Tags

selective-alignment quantification rna-seq fast

Released under the MIT License.