Appearance
CellTypist Annotation
CellTypist Annotation labels cells in a single-cell dataset using a local CellTypist AI Model.
Use it for
- first-pass cell-type annotation;
- checking whether a dataset roughly matches a known reference;
- preparing a single-cell dataset for later exploration.
Inputs
- AnnData
.h5adfile. - CellTypist model name, for example
Immune_All_Low.pkl. - Optional majority voting.
The .h5ad file should contain normalized expression values. Raw counts can fail or produce poor labels.
Outputs
- CSV with predicted labels.
- JSON summary.
- Cell count.
- Label count.
- Top label fraction.
- Provenance.
How to read the result
Start with the label distribution table. If one label dominates almost all cells, ask whether that makes sense for the dataset.
The top label fraction is the fraction of cells assigned to the most common label. A very high value can be correct for a purified dataset, but suspicious for a diverse tissue sample.
Good first pipeline
- Add a small
.h5adfile to Data. - Install CellTypist Local Annotation.
- Add CellTypist Annotation to a pipeline.
- Select the
.h5adfile and model. - Run and inspect labels in Results.
Technical details
Tool ID: ai-celltypist-annotate
Compatible model:
Outputs follow the shared Liatir tool output contract and include provenance with model ID, runtime, input file, selected CellTypist model, and majority voting setting.