cellxgene-census

Queryes versioned cell & spatial transcriptomics data from the CZ CELLxGENE Census.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/jasrajtulsi/GRAD-SCOPE --skill cellxgene-census-jasrajtulsi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cellxgene-census
Source: https://github.com/jasrajtulsi/GRAD-SCOPE/tree/main/.claude/skills/cellxgene-census
Command: npx skills add https://github.com/jasrajtulsi/GRAD-SCOPE --skill cellxgene-census-jasrajtulsi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of exploring massive public single-cell and spatial transcriptomics datasets by letting you query the CZ CELLxGENE Census programmatically instead of downloading entire collections first.

Core Features & Use Cases

  • Population-scale metadata queries: Inspect cell types, tissues, diseases, donors, and assay annotations across versioned Census releases.
  • Expression and gene slicing: Retrieve focused gene-expression subsets, summary counts, and source H5AD URIs for targeted analyses.
  • Spatial and atlas workflows: Work with spatial Census data, compare reference atlases across organisms, and integrate results with Scanpy or PyTorch pipelines.
  • Use Case: A researcher can quickly find all primary human lung T cells, examine marker gene expression, and compare the cohort against other tissues without handling the full dataset manually.

Quick Start

Ask me to query the CELLxGENE Census for a specific organism, tissue, and cell type, then summarize the matching metadata and expression results.

Frequently Asked Questions about cellxgene-census

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query single-cell transcriptomics metadata without downloading the entire dataset?

You can query single-cell transcriptomics metadata at scale by using context-managed Census access with value filters. This approach lets you inspect cell types, tissues, and diseases across versioned Census releases without downloading the full dataset locally.

What is the best way to extract gene expression slices for specific human tissues?

The best way to extract gene expression slices is by querying organism-specific experiments with out-of-core axis queries. This retrieves focused subsets and summary counts for specific tissues like human lung T cells without handling the full dataset manually.

Does the CELLxGENE Census support spatial transcriptomics data queries?

Yes, the CELLxGENE Census supports spatial transcriptomics data queries. You can retrieve spatial slices and compare reference atlases across organisms using optional spatial workflows integrated into the versioned public data releases.

Can I integrate Census query results with existing Scanpy or PyTorch pipelines?

Yes, you can integrate Census query results with Scanpy or PyTorch pipelines. The retrieved gene-expression subsets and embeddings can be exported for targeted analyses and downstream reproducible analysis workflows.

Do I need TileDB-SOMA-ML workflows to retrieve source H5AD URIs from the Census?

No, you do not need TileDB-SOMA-ML workflows to retrieve source H5AD URIs. You can retrieve URIs and summary counts using standard out-of-core axis queries, while TileDB-SOMA-ML remains an optional workflow for specialized machine learning integration.

Why use context-managed Census access for population-scale cell metadata searches?

Context-managed Census access ensures reproducible analysis when running population-scale cell metadata searches. It safely handles versioned public single-cell data, applying value filters to query specific organisms, assays, and cell types without resource conflicts.