View source: R/h5seurat_to_anndata.R
h5seurat_to_anndata | R Documentation |
h5Seurat
==> anndata
Convert: h5Seurat
==> anndata
h5seurat_to_anndata(
obj,
reimport = TRUE,
save_path = tempfile(fileext = ".h5ad"),
overwrite = FALSE,
verbose = TRUE,
...
)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
reimport |
Save and re-import the |
save_path |
Path to save the |
overwrite |
Overwrite existing |
verbose |
Print messages. |
... |
Arguments passed on to
|
obj <- example_obj("h5seurat")
obj2 <- h5seurat_to_anndata(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.