Skip to content

scArches

基于模型手术的单细胞参考映射方法,能在预训练模型上直接整合新数据而无需从头再训练。 该方法通过结构化变分自编码器的参数转移实现高效的查询数据映射,支持增量学习和多参考场景。

PropertyValue
Purpose单细胞数据的参考映射与迁移学习
Time ComplexityO(c * g * e)
Space ComplexityO(c * g)
Year2022
DifficultyAdvanced
LanguagesPython
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

scVI · scANVI · Harmony

Tags

reference-mapping transfer-learning surgery integration

Released under the MIT License.