Cell Ranger
10x Genomics 开发的单细胞 RNA-seq 数据处理流水线,完成从原始数据到基因表达矩阵的全流程分析。 该工具集成了比对、细胞条码识别、UMI 计数等步骤,是单细胞数据预处理的行业标准。
| Property | Value |
|---|---|
| Purpose | 单细胞 RNA-seq 数据预处理和定量 |
| Time Complexity | O(n * g) |
| Space Complexity | O(c * g) |
| Year | 2017 |
| Category | Single-Cell Genomics |
Complexity Analysis
- Time Complexity:
O(n * g) - Space Complexity:
O(c * 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
STARsolo · Alevin · Kallisto-bustools