The h5Seurat file format is specifically designed for the storage and analysis of multi-modal single-cell and spatially-resolved expression experiments, for example, from CITE-seq or 10X Visium technologies. It holds all molecular information and associated metadata, including (for example) nearest-neighbor graphs, dimensional reduction information, spatial coordinates and image data, and cluster labels. We also support rapid and on-disk conversion between h5Seurat and AnnData objects, with the goal of enhancing interoperability between Seurat and Scanpy.

Installation

SeuratDisk is not currently available on CRAN. You can install it from GitHub with:

if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}
remotes::install_github("mojaveazure/seurat-disk")

Dependencies

SeuratDisk depends on the following non-standard packages:

Package CRAN Webpage Source Website
cli CRAN GitHub
crayon CRAN GitHub
hdf5r CRAN GitHub Website
Matrix CRAN Website
R6 CRAN GitHub Website
rlang CRAN GitHub Website
Seurat CRAN GitHub Website
withr CRAN Website