Skip to content

CellTypist

基于逻辑回归模型的自动化细胞类型注释工具,使用大规模参考数据集快速推断未知单细胞样本的细胞类型。 该方法支持在线学习和多级注释,在免疫细胞分类等场景中具有较高的准确性和运行效率。

PropertyValue
Purpose基于逻辑回归的自动化细胞类型注释
Time ComplexityO(c * g)
Space ComplexityO(c * g)
Year2022
DifficultyIntermediate
LanguagesPython
CategorySingle-Cell Genomics

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

scANVI · scVI · Seurat

Tags

cell-type annotation logistic-regression reference-based

Released under the MIT License.