tximport
从轻量级比对工具的输出导入转录本定量结果并汇总到基因水平的工具。该方法 使用偏移量校正来处理转录本长度变化对基因水平定量的影响,是 Salmon/Kallisto 与 DESeq2/edgeR 之间的桥梁工具。
| Property | Value |
|---|---|
| Purpose | 转录本定量结果导入和基因水平汇总 |
| Time Complexity | O(n * t) |
| Space Complexity | O(g) |
| Year | 2016 |
| Difficulty | Beginner |
| Languages | R |
| Category | Gene 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
Related Tools
Salmon · Kallisto · DESeq2