Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ language of choice:

## R

- [anndataR](https://anndatar.scverse.org/) allows reading and writing `AnnData` objects stored in HDF5 and Zarr (v2 and v3) formats. Conversion functions to `Seurat` and `SingleCellExperiment` are also provided.
- [zellkonverter](https://bioconductor.org/packages/release/bioc/html/zellkonverter.html) zellkonverter provides basilisk based tooling for loading from `h5ad` files to `SingleCellExperiment`
- [anndata](https://anndata.dynverse.org) provides an R implementation of `AnnData` as well as IO for the HDF5 format.
- [MuData](https://bioconductor.org/packages/release/bioc/html/MuData.html) provides IO for `AnnData` and `MuData` stored in HDF5 to Bioconductor's `SingleCellExperiment` and `MultiAssayExperiment` objects.
Expand Down
Loading