View source: R/seurat_to_anndata.R
seurat_to_anndata | R Documentation |
Seurat
==> AnnData
Convert: Seurat
==> AnnData
seurat_to_anndata(
obj,
reimport = TRUE,
save_path = tempfile(fileext = ".h5ad"),
method = c("sceasy", "anndatar"),
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 |
method |
R package to use when converting object. |
verbose |
Print messages. |
... |
Arguments passed on to
|
obj <- example_obj("seurat")
obj2 <- seurat_to_anndata(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.