Skip to content

SPARK-X

SPARK 的快速版本,基于非参数协方差函数检验检测空间可变基因。该方法 无需分布假设,计算效率显著优于 SPARK,适用于大规模空间转录组数据。

PropertyValue
Purpose快速非参数空间可变基因检测
Time ComplexityO(g * n)
Space ComplexityO(n)
Year2021
DifficultyIntermediate
LanguagesR
CategorySpatial Omics

Complexity Analysis

  • Time Complexity: O(g * n)
  • Space Complexity: O(n)

Performance Insight: The time complexity of this algorithm is polynomial. Linear space can often be reduced by constant factors via sliding-window techniques.

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

SPARK · SpatialDE · MERINGUE

Tags

spatial fast non-parametric scalable

Released under the MIT License.