概要
AnnData is a specialized skill for handling annotated data matrices (X) alongside observation (obs) and variable (var) metadata. It serves as the foundational framework for the scverse ecosystem, enabling efficient storage, manipulation, and analysis of single-cell RNA-seq and other high-dimensional biological data. This skill helps users perform complex data operations like reading h5ad files, subsetting large datasets, and integrating with tools like Scanpy while following best practices for memory management and sparse matrix handling.