Skip to content

scVI

基于变分自编码器的单细胞数据分析深度学习框架,使用概率生成模型处理数据噪声和批次效应。 该方法能高效整合多个数据集,支持差异表达分析和缺失值插补等下游任务。

PropertyValue
Purpose基于深度学习的单细胞数据建模与整合
Time ComplexityO(c * g * e)
Space ComplexityO(c * g)
Year2018
CategorySingle-Cell Genomics

Complexity Analysis

  • Time Complexity: O(c * g * e)
  • 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 · Harmony · LIGER

Tags

deep-learning vae batch-correction probabilistic

Released under the MIT License.