anndataR
AnnData interoperability in R
Bioconductor version: 3.23 · Package version: 1.2.1
Bring the power and flexibility of AnnData to the R ecosystem, allowing you to effortlessly manipulate and analyse your single-cell data. This package lets you work with backed h5ad and zarr files, directly access various slots (e.g. X, obs, var), or convert the data into SingleCellExperiment and Seurat objects.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("anndataR") Details
| Maintainer | Robrecht Cannoodt <rcannood@gmail.com> |
| Author | Robrecht Cannoodt [aut, cre] (ORCID: <https://orcid.org/0000-0003-3641-729X>, github: rcannood), Luke Zappia [aut] (ORCID: <https://orcid.org/0000-0001-7744-8565>, github: lazappi), Martin Morgan [aut] (ORCID: <https://orcid.org/0000-0002-5874-8148>, github: mtmorgan), Louise Deconinck [aut] (ORCID: <https://orcid.org/0000-0001-8100-6823>, github: LouiseDck), Danila Bredikhin [ctb] (ORCID: <https://orcid.org/0000-0001-8089-6983>, github: gtca), Isaac Virshup [ctb] (ORCID: <https://orcid.org/0000-0002-1710-8945>, github: ivirshup), Brian Schilder [ctb] (ORCID: <https://orcid.org/0000-0001-5949-2191>, github: bschilder), Chananchida Sang-aram [ctb] (ORCID: <https://orcid.org/0000-0002-0922-0822>, github: csangara), Artür Manukyan [ctb] (ORCID: <https://orcid.org/0000-0002-0441-9517>, github: Artur-man), Hugo Gruson [ctb] (ORCID: <https://orcid.org/0000-0002-4094-1476>, github: Bisaloo), Data Intuitive [fnd], Chan Zuckerberg Initiative [fnd], scverse consortium [spn] |
| License | MIT + file LICENSE |
| URL | https://anndataR.scverse.org/, https://github.com/scverse/anndataR |
| Bug Reports | https://github.com/scverse/anndataR/issues |
| Downloads rank | 928 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, SingleCell, Software |
Documentation
- Python Integration with anndataR
- Read/write Seurat objects using anndataR
- Read/write SingleCellExperiment objects using anndataR
- Using anndataR
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: cli, lifecycle, Matrix, methods, purrr, R6 (>= 2.4.0), reticulate (>= 1.41.1), rlang, stats
Suggests: BiocFileCache, BiocStyle, knitr, processx, rhdf5 (>= 2.52.1), Rarr (>= 1.11.12), rmarkdown, S4Vectors, Seurat, SeuratObject, SingleCellExperiment, spelling, SummarizedExperiment, testthat (>= 3.0.0), vctrs, withr, yaml
Reverse dependencies
Suggests Me (4): dyngen, HistoImagePlot, imageFeatureTCGA, imageTCGAutils