save_data | R Documentation |
Save a variety of single-cell data formats.
save_data(
obj,
filetype = c("h5", "h5seurat", "h5ad", "rda", "rds", "anndata"),
save_path = file.path(tempdir(), paste("scKirby_output", filetype, sep = ".")),
quicksave_hdf5 = TRUE,
overwrite = TRUE,
verbose = TRUE
)
obj |
A single-cell data object, or a path to saved single-cell data. |
filetype |
The file format to write the object as. |
save_path |
Path to save the converted |
quicksave_hdf5 |
When |
overwrite |
If a file of the same name exists, overwrite it. |
verbose |
Print messages. |
obj <- example_obj("cds")
filepath <- save_data(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.