seurat_to_h5seurat: Convert: 'Seurat' ==> 'H5Seurat'

View source: R/seurat_to_h5seurat.R

seurat_to_h5seuratR Documentation

Convert: Seurat ==> H5Seurat

Description

Convert: Seurat ==> H5Seurat

Usage

seurat_to_h5seurat(
  obj,
  save_path = tempfile(fileext = ".h5seurat"),
  verbose = TRUE,
  ...
)

Arguments

obj

A single-cell object supported by scKirby. See converters for a table of all supported conversions.

save_path

Path to save the H5Seurat to.

verbose

Print messages.

...

Arguments passed on to SeuratDisk::as.h5Seurat

Examples

obj <- example_obj("seurat")
h5seurat <- seurat_to_h5seurat(obj)

bschilder/scKirby documentation built on April 22, 2024, 12:13 a.m.