Skip to content

Squidpy

专注于空间组学数据分析的 Python 工具包,提供空间邻域图构建、空间富集分析、 细胞通讯推断和图像分析等功能。该工具与 Scanpy 深度集成,支持多种空间平台。

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 · stLearn

Tags

spatial graph-analysis cell-interaction image-analysis

Released under the MIT License.