Skip to content

Seurat

综合性单细胞数据分析框架,提供从质控、标准化、降维到细胞聚类和差异表达的完整分析流程。 该工具支持多模态数据整合(RNA + ATAC + protein),是 R 语言生态中最主流的单细胞分析工具。

PropertyValue
Purpose单细胞多模态数据分析与整合
Time ComplexityO(c * g)
Space ComplexityO(c * g)
Year2015
CategorySingle-Cell Genomics

Complexity Analysis

  • Time Complexity: O(c * 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

Scanpy · Monocle3 · scVI

Tags

clustering multi-modal integration comprehensive

Released under the MIT License.