View source: R/se_to_anndata.R
se_to_anndata | R Documentation |
SummarizedExperiment
==> AnnData
Convert: SummarizedExperiment
==> AnnData
se_to_anndata(
obj,
method = c("zellkonverter", "sceasy"),
reimport = TRUE,
save_path = tempfile(fileext = ".h5ad"),
verbose = TRUE,
...
)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
method |
Which R package to use for the conversion. |
reimport |
Save and re-import the |
save_path |
Path to save the |
verbose |
Print messages. |
... |
Additional arguments passed to the respective converter function. |
AnnData object.
obj <- example_obj("se")
obj2 <- se_to_anndata(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.