About 8,790 results
Open links in new tab
  1. anndata - Annotated data — anndata 0.12.17 documentation

    anndata - Annotated data # anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad range of …

  2. anndata · PyPI

    3 days ago · anndata - Annotated data anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad …

  3. Getting started with anndataanndata 0.14.0.dev20+g219c1c4e1 ...

    Authors: Adam Gayoso, Alex Wolf In this tutorial, we introduce basic properties of the central object, AnnData(“Annotated Data”). AnnData is specifically designed for matrix-like data. By this we m...

  4. anndata - Annotated data — anndata 0.12.16 documentation

    anndata - Annotated data # anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad range of …

  5. GitHub - scverse/anndata: Annotated data.

    anndata - Annotated data anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad range of computationally …

  6. anndata/README.md at main · scverse/anndata · GitHub

    anndata - Annotated data anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad range of computationally …

  7. Tutorials — anndata 0.12.16 documentation

    For a quick introduction to AnnData, check out Getting Started with AnnData. For working with the experimental data loaders also see Experimental API. Getting started with anndata, Interfacing pyto...

  8. Create an Annotated Data MatrixAnnData

    AnnData stores a data matrix X together with annotations of observations obs (obsm, obsp), variables var (varm, varp), and unstructured annotations uns. An AnnData object adata can be sliced like a …

  9. Package index • anndata

    Installer Helper function for installing the anndata Python package install_anndata() deprecated Install anndata

  10. Basic Usage | scverse/anndata | DeepWiki

    Mar 20, 2026 · Basic Usage Relevant source files This page covers the fundamental operations with AnnData objects, including creating, accessing, and manipulating annotated data matrices. AnnData …