converters | R Documentation |
Functions to convert one single-cell format to another.
converters()
to_seurat(
obj,
as_h5seurat = FALSE,
update = TRUE,
save_path = tempfile(fileext = ".h5seurat"),
verbose = TRUE
)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
as_h5seurat |
Convert to the h5Seurat class. |
update |
Ensure the object is updated to the latest version of Seurat. |
save_path |
Path to save the |
verbose |
Print messages. |
A Seurat or h5Seurat object.
to_seurat()
: Convert any single-cell object to
Seurat or h5Seurat format.
map_dt <- converters()
obj <- example_obj("cds")
obj2 <- to_seurat(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.