to_loom | R Documentation |
loom
Convert any object to loom format.
to_loom(obj, save_path = file.path(tempdir(), "scKirby.loom"), 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. |
A loom object.
obj <- example_obj("seurat")
obj2 <- to_loom(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.