anndata

Read, write, and manipulate annotated data matrices in h5ad and zarr formats.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill anndata-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anndata
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/scientific/bioinformatics/anndata
Command: npx skills add https://github.com/hxk622/TokenDance --skill anndata-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a standardized and efficient way to handle complex, annotated data matrices, particularly common in single-cell genomics and other scientific analyses, simplifying data loading, manipulation, and integration.

Core Features & Use Cases

  • Data Handling: Read, write, and manipulate AnnData objects in formats like .h5ad and .zarr.
  • Ecosystem Integration: Seamlessly works with tools like Scanpy for downstream analysis.
  • Use Case: Load a large single-cell RNA-seq dataset, perform quality control filtering, normalize the data, and save the processed object, all using the AnnData skill.

Quick Start

Use the anndata skill to read the file 'my_data.h5ad' into an AnnData object.

Frequently Asked Questions about anndata

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

FAQPage Schema
How do I read and manipulate annotated data matrices in h5ad format?

To read and manipulate annotated data matrices in h5ad format, you can use the anndata skill to load the file into an AnnData object, enabling efficient data handling for large scientific datasets.

What is the best way to manage single-cell genomics data for downstream analysis?

Managing single-cell genomics data is best achieved by using annotated data matrices, which standardize complex experimental metadata and integrate seamlessly with ecosystem tools like Scanpy for downstream analysis.

Can I use this approach to handle large single-cell RNA-seq datasets and save the processed results?

Yes, you can handle large single-cell RNA-seq datasets by loading them into an AnnData object, performing quality control filtering and normalization, then saving the processed results in h5ad or zarr formats.

Does the anndata skill support saving annotated data matrices in zarr format?

Yes, the anndata skill supports saving annotated data matrices in zarr format, facilitating efficient reading, writing, and manipulation of complex data structures for bioinformatics analysis.

When do I need annotated data matrices for bioinformatics workflows?

You need annotated data matrices for bioinformatics workflows when handling complex experimental metadata and large datasets, as they provide a standardized structure that simplifies loading, manipulation, and ecosystem integration.