Type: Package Package: anndata Title: 'anndata' for R (Superseded) Version: 0.9.0 Authors@R: c(person(given = "Philipp", family = "Angerer", role = "ccp", email = "phil.angerer@gmail.com", comment = c(ORCID = "0000-0002-0369-2888")), person(given = "Alex", family = "Wolf", role = "ccp", email = "f.alex.wolf@gmx.de", comment = c(ORCID = "0000-0002-8760-7838")), person(given = "Isaac", family = "Virshup", role = "ccp", comment = c(ORCID = "0000-0002-1710-8945")), person(given = "Sergei", family = "Rybakov", role = "ccp", comment = c(ORCID = "0000-0002-4944-6586")), person(given = "Robrecht", family = "Cannoodt", role = c("aut", "cre", "cph"), email = "rcannood@gmail.com", comment = c(ORCID = "0000-0003-3641-729X"))) Description: A 'reticulate' wrapper for the Python package 'anndata'. Provides a scalable way of keeping track of data and learned annotations. Used to read from and write to the h5ad file format. This package is superseded by 'anndataR' , which provides native R backends for the 'AnnData' data structure, along with conversion to/from 'SingleCellExperiment' and 'Seurat' objects. License: MIT + file LICENSE URL: https://anndata.dynverse.org, https://github.com/dynverse/anndata BugReports: https://github.com/dynverse/anndata/issues Depends: R (>= 3.5.0) Imports: assertthat, cli, lifecycle, Matrix, methods, R6, reticulate (>= 1.41) Suggests: stats, testthat, knitr, rmarkdown Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/reticulate: list( packages = list( list(package = "anndata") ) ) VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev python3 Repository: https://dynverse.r-universe.dev Date/Publication: 2026-04-01 13:41:11 UTC RemoteUrl: https://github.com/dynverse/anndata RemoteRef: HEAD RemoteSha: 1da726718bf4c02212ee456e49e3b510a6023dff NeedsCompilation: no Packaged: 2026-07-04 21:47:42 UTC; root Author: Philipp Angerer [ccp] (ORCID: ), Alex Wolf [ccp] (ORCID: ), Isaac Virshup [ccp] (ORCID: ), Sergei Rybakov [ccp] (ORCID: ), Robrecht Cannoodt [aut, cre, cph] (ORCID: ) Maintainer: Robrecht Cannoodt