What problem does it solve?
This Skill helps you organize, read, transform, and save annotated matrix data when your analysis needs both measurements and rich metadata in one reliable structure. It removes the friction of juggling dense, sparse, backed, and on-disk formats while keeping observation and variable annotations aligned.
Core Features & Use Cases
- Data structure management: Work with the full AnnData model, including X, obs, var, layers, obsm, varm, obsp, varp, uns, and raw.
- File I/O and conversion: Read and write h5ad, zarr, csv, mtx, loom, and other supported inputs with efficient storage options.
- Data manipulation at scale: Subset, transpose, rename, concatenate, and filter datasets while preserving metadata integrity and memory efficiency.
- Research workflows: Ideal for single-cell RNA-seq, multimodal scverse analysis, batch integration, and large-dataset processing with backed mode.
- Use case: A researcher can load multiple h5ad batches, merge them with batch labels, store raw counts, filter to highly variable genes, and export a processed dataset for downstream analysis.
Quick Start
Ask the Skill to help you create, inspect, transform, concatenate, and save an AnnData dataset for a single-cell analysis workflow.