What problem does it solve?
This Skill helps you access and analyze large-scale, versioned single-cell expression data without manually handling dataset discovery, filtering logic, and memory constraints. It supports both exploratory metadata queries and practical extraction of expression matrices for downstream analysis and modeling.
Core Features & Use Cases
- Versioned CELLxGENE Census access: Open stable or pinned releases for reproducible work.
- Flexible filtering by biological and technical metadata: Narrow results by cell type, tissue, disease, donor, assay, and more (including primary-cell deduping).
- Scalable data retrieval: Use in-memory AnnData loading for smaller queries and out-of-core axis queries for larger ones.
- Integration-ready workflows: Provide patterns for scanpy analysis and experimental PyTorch dataloaders.
- Rich reference guidance: Includes schema and common query patterns to correctly compose filters and choose the right access method.
Use Case: You want to compare CD4 T cells across brain tissues in a specific disease context, load the right genes, and run scanpy preprocessing and UMAP—without writing extensive boilerplate for dataset navigation and SOMA queries.
Quick Start
Use the cellxgene-census skill to query anndata for Homo sapiens CD4 T cells in brain with is_primary_data set to True while selecting only the metadata columns you need.