| SeuratDisk-package | R Documentation |
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.
SeuratDisk uses the following options to control behavior, users can configure
these with options:
SeuratDisk.dtypes.logical_to_intWhen writing logical vectors, coerce to integer types to
ensure compatibility across languages (see BoolToInt for
more details)
SeuratDisk.dtypes.dataframe_as_groupWhen writing data.frames, always write out as a group regardless of factor presence
SeuratDisk.chunking.MARGINDefault direction for chunking datasets; choose from:
Chunk along the largest dimension of a dataset
Chunk along the smallest dimension
Chunk along the first dimension
Chunk along the last dimension
SeuratDisk.dimreducs.allglobalTreat all DimReducs as global, regardless of actual global status
Maintainer: Paul Hoffman phoffman@nygenome.org (ORCID)
Other contributors:
Rahul Satija rsatija@nygenome.org (ORCID) [contributor]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.