View source: R/seurat_to_h5seurat.R
seurat_to_h5seurat | R Documentation |
Seurat
==> H5Seurat
Convert: Seurat
==> H5Seurat
seurat_to_h5seurat(
obj,
save_path = tempfile(fileext = ".h5seurat"),
verbose = TRUE,
...
)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
save_path |
Path to save the |
verbose |
Print messages. |
... |
Arguments passed on to |
obj <- example_obj("seurat")
h5seurat <- seurat_to_h5seurat(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.