About 50 results
Open links in new tab
  1. anndata - Annotated data — anndata 0.12.10 documentation

    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 efficient features …

  2. anndata - Annotated data — anndata 0.13.0.dev134+g5b1a8c589 …

    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 efficient features …

  3. Getting started with anndata

    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.

  4. anndata.AnnData — anndata 0.13.0.dev134+g5b1a8c589 documentation

    Indexing into an AnnData object can be performed by relative position with numeric indices (like pandas’ iloc()), or by labels (like loc()). To avoid ambiguity with numeric indexing into observations or …

  5. API — anndata 0.13.0.dev134+g5b1a8c589 documentation

    Its attributes are reflected in the Accessors and paths API (anndata.acc). If you want to write e.g. plotting or validation code for anndata objects, look there!

  6. anndata.AnnData — anndata 0.12.10 documentation

    Indexing into an AnnData object can be performed by relative position with numeric indices (like pandas’ iloc()), or by labels (like loc()). To avoid ambiguity with numeric indexing into observations or …

  7. Release notes — anndata 0.13.0.dev134+g5b1a8c589 documentation

    Jan 29, 2026 · Old ways of importing these functions i.e., from anndata import read_csv or from anndata._io.specs import read_elem will still work, but are now considered deprecated and give a …

  8. Concatenation — anndata 0.13.0.dev134+g5b1a8c589 documentation

    With concat (), AnnData objects can be combined via a composition of two operations: concatenation and merging. Concatenation is when we keep all sub elements of each object, and stack these …

  9. anndata.io.read_h5ad — anndata 0.13.0.dev134+g5b1a8c589 …

    If 'r', load AnnData in backed mode instead of fully loading it into memory (memory mode). If you want to modify backed attributes of the AnnData object, you need to choose 'r+'.

  10. zarr-v3 Guide/Roadmap — anndata 0.13.0.dev134+g5b1a8c589 …

    We anticipate providing async versions of anndata.io.read_elem() and anndata.experimental.read_dispatched() so that users can download data asynchronously without …