scAdam#

Module for cell type annotation using downloaded or custom scAdam model.

Cross-tissue fast multi-level multi-class cell type annotation.

Download model#

Download pretrained model from scParadise repository.

scadam.available_models

Download dataframe with available pretrained scAdam models.

scadam.download_model

Download pretrained tuned model for highly accurate cell type annotation.

Model training and optimization#

Train custom scAdam model using your own reference dataset. Warm start training and hyperparameter tuning are also available to achieve better model performance.

scadam.train

scAdam model training with unsupervised pretraining.

scadam.warm_start

Warm-start fine-tuning of an existing scAdam model on new data.

scadam.hyperparameter_tuning

Hyperparameter tuning for scAdam model with k-fold cross validation using Optuna.

scadam.train_tuned

Train custom scAdam model with tuned hyperparameters.

Prediction#

Cell type annotation using downloaded or custom scAdam model.

scadam.predict

Predict cell types and cell type probilities using pretrained scAdam model.