Skip to content

Seurat Spatial

Seurat 框架的空间转录组分析模块,提供空间表达数据的标准化、降维、 空间聚类和空间可变基因检测。该方法整合了图像信息和表达数据,可发现 组织的空间表达模式。

PropertyValue
Purpose空间转录组数据的整合分析
Time ComplexityO(c * g)
Space ComplexityO(c * g)
Year2021
DifficultyIntermediate
LanguagesPython
CategorySpatial Omics

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 · Giotto · SPARK

Tags

spatial clustering integration multi-modal

Released under the MIT License.