Home

Awesome

<!-- README.md is generated from README.Rmd. Please edit that file -->

SeuratDisk v0.0.0.9015

<!-- badges: start -->

CRAN/METACRAN Lifecycle

<!-- badges: end --> <!-- Interfaces for HDF5-based Single Cell File Formats -->

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:

PackageCRAN WebpageSourceWebsite
cliCRANGitHub
crayonCRANGitHub
hdf5rCRANGitHubWebsite
MatrixCRANWebsite
R6CRANGitHubWebsite
rlangCRANGitHubWebsite
SeuratCRANGitHubWebsite
SeuratObjectCRANGitHubWebsite
stringiCRAN[Website](https://stringi.gagolewski.com/ http://site.icu-project.org/
https://www.unicode.org/)
withrCRANGitHubWebsite