Skip to content

Cell Ranger

10x Genomics 开发的单细胞 RNA-seq 数据处理流水线,完成从原始数据到基因表达矩阵的全流程分析。 该工具集成了比对、细胞条码识别、UMI 计数等步骤,是单细胞数据预处理的行业标准。

PropertyValue
Purpose单细胞 RNA-seq 数据预处理和定量
Time ComplexityO(n * g)
Space ComplexityO(c * g)
Year2017
CategorySingle-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

STARsolo · Alevin · Kallisto-bustools

Tags

10x-genomics preprocessing umi pipeline

Released under the MIT License.