to_anndata | R Documentation |
AnnData
Convert any single-cell object to AnnData
format.
to_anndata(
obj,
save_path = tempfile(fileext = ".h5ad"),
reimport = FALSE,
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 |
reimport |
Save and re-import the |
verbose |
Print messages. |
obj <- example_obj("cds")
obj2 <- to_anndata(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.