Skip to content

tximport

从轻量级比对工具的输出导入转录本定量结果并汇总到基因水平的工具。该方法 使用偏移量校正来处理转录本长度变化对基因水平定量的影响,是 Salmon/Kallisto 与 DESeq2/edgeR 之间的桥梁工具。

PropertyValue
Purpose转录本定量结果导入和基因水平汇总
Time ComplexityO(n * t)
Space ComplexityO(g)
Year2016
DifficultyBeginner
LanguagesR
CategoryGene Expression Analysis

Complexity Analysis

  • Time Complexity: O(n * t)
  • 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

Salmon · Kallisto · DESeq2

Tags

import summarization offset-correction bioconductor

Released under the MIT License.