Skip to main content

CASSIA (Cell type Annotation using Specialized System with Integrated AI) is a Python package for automated cell type annotation in single-cell RNA sequencing data using large language models.

Project description

CASSIA

CASSIA (Collaborative Agent System for Single-cell Interpretable Annotation) is a Python and R package designed for automated, accurate, and interpretable single-cell RNA-seq cell type annotation using a modular multi-agent LLM framework.

📖 Read our paper in Nature Communications

Highlights

  • 🔬 Reference-free and interpretable LLM-based cell type annotation
  • 🧠 Multi-agent architecture with dedicated agents for annotation, validation, formatting, quality scoring, and reporting
  • 📈 Quality scores (0–100) and optional consensus scoring to quantify annotation reliability
  • 📊 Detailed HTML reports with reasoning and marker validation
  • 💬 Supports OpenAI, Anthropic, OpenRouter, DeepSeek, and any OpenAI-compatible API (including local LLMs)
  • 🧬 Compatible with markers from Seurat (FindAllMarkers) and Scanpy (tl.rank_genes_groups)
  • 🚀 Optional agents: Annotation Boost, Subclustering, RAG (retrieval-augmented generation), Uncertainty Quantification
  • 🌎 Cross-species annotation capabilities, validated across human, mouse, and non-model organisms
  • 🧪 Web UI also available: cassia.bio

Installation

pip install CASSIA

To enable optional RAG functionality:

pip install CASSIA_rag

Note: For R users, see the R package on GitHub.

Set Up API Key

You only need one API key to use CASSIA. We recommend OpenRouter since it provides access to most models (OpenAI, Anthropic, Google, etc.) through a single API key.

import CASSIA

# For OpenRouter (recommended — access all models with one key)
CASSIA.set_api_key("your_openrouter_api_key", provider="openrouter")

# For OpenAI
CASSIA.set_api_key("your_openai_api_key", provider="openai")

# For Anthropic
CASSIA.set_api_key("your_anthropic_api_key", provider="anthropic")

# For custom OpenAI-compatible APIs (e.g., DeepSeek)
CASSIA.set_api_key("your_deepseek_api_key", provider="https://api.deepseek.com")

Quick Start

import CASSIA

# Load example marker data
unprocessed_markers = CASSIA.load_example_markers(processed=False)

# Run the full CASSIA pipeline (annotation + scoring + boost + report)
CASSIA.runCASSIA_pipeline(
    output_file_name="MyAnalysis",
    tissue="large intestine",
    species="human",
    marker=unprocessed_markers,
    max_workers=4,
    overall_provider="openrouter",
    annotation_model="anthropic/claude-sonnet-4.6",
    score_model="anthropic/claude-sonnet-4.6",
    score_threshold=75
)

Quick annotation only? Use CASSIA.runCASSIA_batch() for fast batch annotation without scoring or boosting.

Supported Models

You can choose any model for annotation and scoring. CASSIA also supports custom providers and local open-source models.

Provider Model Notes
OpenRouter anthropic/claude-sonnet-4.6 Best-performing (Recommended)
OpenRouter openai/gpt-5.4 Best-performing
OpenRouter google/gemini-3-flash-preview Best low-cost option
OpenRouter x-ai/grok-4.20-beta Best low-cost option
OpenAI gpt-5.4 Balanced option
Anthropic claude-sonnet-4-6 Latest best-performing
DeepSeek deepseek-chat Very affordable
Local Any Ollama model Zero cost, full privacy

Documentation

📚 Complete Documentation & Vignettes

🤖 LLMs Annotation Benchmark

Citation

Xie, E., Cheng, L., Shireman, J. et al. CASSIA: a multi-agent large language model for automated and interpretable cell annotation. Nat Commun (2025). https://doi.org/10.1038/s41467-025-67084-x

Contributing

We welcome contributions! Please submit pull requests or open issues via GitHub.

License

MIT License © 2025 Elliot Xie and contributors.

Support

Open an issue on GitHub or email xie227@wisc.edu for help.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cassia-1.3.5.tar.gz (1.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cassia-1.3.5-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file cassia-1.3.5.tar.gz.

File metadata

  • Download URL: cassia-1.3.5.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for cassia-1.3.5.tar.gz
Algorithm Hash digest
SHA256 61088e4ee5af98650b1bb504958fb13b08b146dd9191423b7492284afb8bc231
MD5 3670f8cdfac957062d0cd0c9fdebadfb
BLAKE2b-256 07c6df9182a45f7e68f089ef6a0857ba72703c76603a8d1dc4c8e076e2313f05

See more details on using hashes here.

File details

Details for the file cassia-1.3.5-py3-none-any.whl.

File metadata

  • Download URL: cassia-1.3.5-py3-none-any.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for cassia-1.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 13f495fb795c8035f1abff9c99ccb53135dd1ba0e98aa8025c4dc2f85dfe5842
MD5 5485ce525a11d428f9801c93e30051a5
BLAKE2b-256 b6d5ee42d27c8e202cf1c136d01357be98a2cda635e1cde69477e7a89735c7ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page